Skip to content

Commit 730f822

Browse files
samir-nasiblinapetrov
authored andcommitted
FIX: daal4py sycl examples (#1081)
Added required extra_link_args for `icpx/icx` compiler.
1 parent 75d85fe commit 730f822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def build_oneapi_backend():
311311
else:
312312
cxx = 'icpx'
313313
eca += ['-fsycl']
314+
ela += ['-fsycl']
314315

315316
return build_backend.build_cpp(
316317
cc=cc,

0 commit comments

Comments
 (0)