File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 190
190
config .substitutions .append ( ('%opencl_include_dir' , config .opencl_include_dir ) )
191
191
192
192
if cl_options :
193
+ < << << << HEAD
193
194
< << << << HEAD
194
195
config .substitutions .append ( ('%sycl_options' , ' ' + config .sycl_libs_dir + '/../lib/sycl6.lib /I' +
195
196
== == == =
196
197
config .substitutions .append ( ('%sycl_options' , ' ' + config .sycl_libs_dir + '/../lib/sycl5.lib /I' +
197
198
>> > >> > > 3 bac74f7e ([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
+ >> > >> > > 87 f890df4 (Update version of sycl library on Win (#1285))
198
202
config .sycl_include + ' /I' + os .path .join (config .sycl_include , 'sycl' )) )
199
203
config .substitutions .append ( ('%include_option' , '/FI' ) )
200
204
config .substitutions .append ( ('%debug_option' , '/DEBUG' ) )
You can’t perform that action at this time.
0 commit comments