We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2ee38 commit 7b63a71Copy full SHA for 7b63a71
ggml/src/ggml-sycl/ggml-sycl.cpp
@@ -83,7 +83,7 @@ static ggml_sycl_device_info ggml_sycl_init() {
83
84
info.devices[i].cc =
85
100 * prop.get_major_version() + 10 * prop.get_minor_version();
86
- info.devices[i].opt_feature.reorder = !device.ext_oneapi_architecture_is(syclex::arch_category::intel_gpu);
+ info.devices[i].opt_feature.reorder = device.ext_oneapi_architecture_is(syclex::arch_category::intel_gpu);
87
info.max_work_group_sizes[i] = prop.get_max_work_group_size();
88
}
89
0 commit comments