hsakmt: Update hsa capabilities with precise ALU ops

Update the HSA capabilities field with precise ALU ops bit support
for GPU debugging.

Change-Id: I796f2c2e0559577828aba510c401ed5187e10179
Цей коміт міститься в:
Jonathan Kim
2024-09-20 10:32:52 -04:00
джерело a926a070ee
коміт 027af8dacd
+2 -1
Переглянути файл
@@ -217,7 +217,8 @@ typedef union
unsigned int SVMAPISupported : 1; // Whether or not the SVM API is supported
unsigned int CoherentHostAccess: 1; // Whether or not device memory can be coherently accessed by the host CPU
unsigned int DebugSupportedFirmware : 1; // Indicates if HWS firmware supports GPU debugging
unsigned int Reserved : 2;
unsigned int PreciseALUOperationsSupported : 1; //Indicates if precise ALU operations are supported for GPU debugging
unsigned int Reserved : 1;
} ui32;
} HSA_CAPABILITY;