1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-05 00:32:49 +08:00

fix(ci): oneAPI enabling

This commit is contained in:
源文雨
2025-10-13 15:49:18 +08:00
parent 01dbf04e63
commit e2d90690bf
2 changed files with 12 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class xeinfo {
const uint64_t global_mem_size;
const int local_mem_size;
const int max_work_group_size;
const std::vector<unsigned long long> sub_group_sizes;
const std::vector<size_t> sub_group_sizes;
const int num_thread_per_xecore;
const int total_xecores;
const int total_vector_engines;