Skip to content

Commit fc83910

Browse files
KornevNikitabb-sycl
authored andcommitted
Update version of sycl library on Win (intel#1285)
1 parent 6e120fb commit fc83910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/lit.cfg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,15 @@
190190
config.substitutions.append( ('%opencl_include_dir', config.opencl_include_dir) )
191191

192192
if cl_options:
193+
<<<<<<< HEAD
193194
<<<<<<< HEAD
194195
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl6.lib /I' +
195196
=======
196197
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl5.lib /I' +
197198
>>>>>>> 3bac74f7e ([SYCL] Add MAJOR_VERSION to the name of the sycl library on Win (#1237))
199+
=======
200+
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl6.lib /I' +
201+
>>>>>>> 87f890df4 (Update version of sycl library on Win (#1285))
198202
config.sycl_include + ' /I' + os.path.join(config.sycl_include, 'sycl')) )
199203
config.substitutions.append( ('%include_option', '/FI' ) )
200204
config.substitutions.append( ('%debug_option', '/DEBUG' ) )

0 commit comments

Comments
 (0)