sycl: fix classification of iGPUs (#26105)

This commit is contained in:
KyleHagy
2026-08-02 15:10:32 +08:00
committed by GitHub
parent 75587a05b3
commit 272700b360
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -235,6 +235,7 @@ struct sycl_device_info {
int max_wg_per_cu; // max work groups per compute unit - refer to
// cudaOccupancyMaxActiveBlocksPerMultiprocessor
bool vmm; // virtual memory support
bool l0_device_type_valid;
bool l0_discrete_gpu; // Level Zero backend and not an integrated GPU
size_t vmm_granularity; // granularity of virtual memory
size_t total_vram;