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

Commit 87f890d

Browse files
authored
Update version of sycl library on Win (#1285)
1 parent e962dc9 commit 87f890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
config.substitutions.append( ('%opencl_include_dir', config.opencl_include_dir) )
186186

187187
if cl_options:
188-
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl5.lib /I' +
188+
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl6.lib /I' +
189189
config.sycl_include + ' /I' + os.path.join(config.sycl_include, 'sycl')) )
190190
config.substitutions.append( ('%include_option', '/FI' ) )
191191
config.substitutions.append( ('%debug_option', '/DEBUG' ) )

0 commit comments

Comments
 (0)