Skip to content

Commit e51002c

Browse files
authored
[SYCL] Enable intel joint matrix on GNR. (#14436)
1 parent e3f7aea commit e51002c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/source/detail/device_impl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ bool device_impl::has(aspect Aspect) const {
644644
case aspect::ext_intel_matrix: {
645645
using arch = sycl::ext::oneapi::experimental::architecture;
646646
const std::vector<arch> supported_archs = {
647-
arch::intel_cpu_spr, arch::intel_gpu_pvc, arch::intel_gpu_dg2_g10,
647+
arch::intel_cpu_spr, arch::intel_cpu_gnr,
648+
arch::intel_gpu_pvc, arch::intel_gpu_dg2_g10,
648649
arch::intel_gpu_dg2_g11, arch::intel_gpu_dg2_g12};
649650
try {
650651
return std::any_of(

0 commit comments

Comments
 (0)