Skip to content

Commit 56cc537

Browse files
sergey-semenovaelovikov-intelKornevNikita
authored
[SYCL] Cherry-pick SYCL library name changes (intel#1224)
* [SYCL] Add MAJOR_VERSION to the name of the sycl library on Win (intel#1237) * Update version of sycl library on Win (intel#1285) Co-authored-by: aelovikov-intel <[email protected]> Co-authored-by: Nikita <[email protected]>
1 parent 69229d6 commit 56cc537

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
@@ -190,7 +190,7 @@
190190
config.substitutions.append( ('%opencl_include_dir', config.opencl_include_dir) )
191191

192192
if cl_options:
193-
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl.lib /I' +
193+
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl6.lib /I' +
194194
config.sycl_include + ' /I' + os.path.join(config.sycl_include, 'sycl')) )
195195
config.substitutions.append( ('%include_option', '/FI' ) )
196196
config.substitutions.append( ('%debug_option', '/DEBUG' ) )

0 commit comments

Comments
 (0)