We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec49a98 commit 8ad500eCopy full SHA for 8ad500e
src/gpu/compute/device_info.cpp
@@ -1,5 +1,5 @@
1
/*******************************************************************************
2
-* Copyright 2020-2023 Intel Corporation
+* Copyright 2020-2024 Intel Corporation
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -114,8 +114,8 @@ int device_info_t::max_subgroup_size(gpu_arch_t gpu_arch) {
114
}
115
116
int device_info_t::max_exec_size(gpu_arch_t gpu_arch) {
117
-
118
switch (gpu_arch) {
+ case gpu::compute::gpu_arch_t::xe2:
119
case gpu::compute::gpu_arch_t::xe_hpc: return 128;
120
default: return 64;
121
0 commit comments