Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 24eaeb1

Browse files
committed
Remove aoc tool as no FPGA HW env available for testing
Signed-off-by: Mikhail Lychkov <[email protected]>
1 parent 89f2705 commit 24eaeb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ unavailable.
146146
* **cl_options** - CL command line options recognized (or not) by compiler;
147147
* **opencl_icd** - OpenCL ICD loader availability;
148148
* **aot_tool** - Ahead-of-time compilation tools availability;
149-
* **aoc**, **ocloc**, **opencl-aot** - Specific AOT tool availability;
149+
* **ocloc**, **opencl-aot** - Specific AOT tool availability;
150150
* **level_zero_dev_kit** - Level_Zero headers and libraries availability;
151151
* **gpu-intel-dg1** - Intel GPU DG1 availability;
152152
* **dump_ir**: - compiler can / cannot dump IR;

SYCL/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393

394394
# Device AOT compilation tools aren't part of the SYCL project,
395395
# so they need to be pre-installed on the machine
396-
aot_tools = ["ocloc", "aoc", "opencl-aot"]
396+
aot_tools = ["ocloc", "opencl-aot"]
397397

398398
for aot_tool in aot_tools:
399399
if find_executable(aot_tool) is not None:

0 commit comments

Comments
 (0)