mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Install generate_spirv_offline.py script (#1109)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
@@ -58,7 +58,10 @@ add_subdirectory( spir )
|
|||||||
|
|
||||||
file(GLOB CSV_FILES "opencl_conformance_tests_*.csv")
|
file(GLOB CSV_FILES "opencl_conformance_tests_*.csv")
|
||||||
|
|
||||||
set(PY_FILES run_conformance.py)
|
set(PY_FILES
|
||||||
|
generate_spirv_offline.py
|
||||||
|
run_conformance.py
|
||||||
|
)
|
||||||
|
|
||||||
# Copy .csv files
|
# Copy .csv files
|
||||||
foreach(FILE ${CSV_FILES})
|
foreach(FILE ${CSV_FILES})
|
||||||
|
|||||||
Reference in New Issue
Block a user