We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a52132c + 56cc537 commit 2e3845eCopy full SHA for 2e3845e
SYCL/lit.cfg.py
@@ -190,7 +190,7 @@
190
config.substitutions.append( ('%opencl_include_dir', config.opencl_include_dir) )
191
192
if cl_options:
193
- config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl.lib /I' +
+ config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl6.lib /I' +
194
config.sycl_include + ' /I' + os.path.join(config.sycl_include, 'sycl')) )
195
config.substitutions.append( ('%include_option', '/FI' ) )
196
config.substitutions.append( ('%debug_option', '/DEBUG' ) )
0 commit comments