Skip to content

Commit

Permalink
SYCL: enable AOT for BMG
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Jan 10, 2025
1 parent 0a63999 commit b186b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(OIDN_DEVICE_SYCL_AOT)

set(OIDN_SYCL_AOT_TARGETS_XELP tgllp,rkl,adl-s,adl-p,adl-n,dg1,mtl-u,mtl-h)
set(OIDN_SYCL_AOT_TARGETS_XEHPG acm-g10,acm-g11,acm-g12,arl-h)
set(OIDN_SYCL_AOT_TARGETS_XE2 lnl-m)
set(OIDN_SYCL_AOT_TARGETS_XE2 lnl-m,bmg-g21-a0)
if(UNIX)
set(OIDN_SYCL_AOT_TARGETS_XELP ${OIDN_SYCL_AOT_TARGETS_XELP},pvc-vg)
set(OIDN_SYCL_AOT_TARGETS_XEHPC pvc-sdv,pvc)
Expand Down

0 comments on commit b186b70

Please sign in to comment.