Home
last modified time | relevance | path

Searched refs:DeviceFineGrainedMemoryPools (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp500 std::vector<hsa_amd_memory_pool_t> DeviceFineGrainedMemoryPools; member in RTLDeviceInfoTy
867 assert(DeviceId < DeviceFineGrainedMemoryPools.size() && "Error here."); in addDeviceMemoryPool()
877 DeviceFineGrainedMemoryPools[DeviceId] = MemoryPool; in addDeviceMemoryPool()
1030 DeviceFineGrainedMemoryPools.resize(NumberOfDevices); in RTLDeviceInfoTy()