Home
last modified time | relevance | path

Searched defs:DeviceEnvironment (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1774 struct DeviceEnvironment { struct
1788 const char *sym() { return "omptarget_device_environment"; } in sym()
1790 DeviceEnvironmentTy HostDeviceEnv;
1791 SymbolInfo SI;
1792 bool Valid = false;
1794 __tgt_device_image *Image;
1795 const size_t ImgSize;
1797 DeviceEnvironment(int DeviceId, int NumberDevices, int DynamicMemSize, in DeviceEnvironment() function
1824 bool inImage() { return SI.ShType != SHT_NOBITS; } in inImage()
1826 hsa_status_t beforeLoading(void *Data, size_t Size) { in beforeLoading()
[all …]