Searched refs:gpuDeviceProp_t (Results 1 – 5 of 5) sorted by relevance
29 virtual const gpuDeviceProp_t& deviceProperties() const = 0;56 EIGEN_STRONG_INLINE const gpuDeviceProp_t& get(int device) const { in get()82 device_properties_ = new gpuDeviceProp_t[num_devices]; in initialize()110 gpuDeviceProp_t* device_properties_;121 EIGEN_ALWAYS_INLINE const gpuDeviceProp_t& GetGpuDeviceProperties(int device) { in GetGpuDeviceProperties()160 const gpuDeviceProp_t& deviceProperties() const { in deviceProperties()
28 #define gpuDeviceProp_t hipDeviceProp_t macro58 #define gpuDeviceProp_t cudaDeviceProp macro
16 #undef gpuDeviceProp_t
134 gpuDeviceProp_t deviceProp; in ei_test_init_gpu()
94 typedef cudaDeviceProp gpuDeviceProp_t; typedef101 typedef hipDeviceProp_t gpuDeviceProp_t;145 const gpuDeviceProp_t& deviceProperties() const override { in deviceProperties()226 const gpuDeviceProp_t* device_prop_; // Not owned.