We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6979c1d commit 0822c1dCopy full SHA for 0822c1d
src/sycl/Utils.h
@@ -100,12 +100,6 @@ static inline bool dpcppSupportAtomic64(
100
return dev_prop->has_atomic64;
101
}
102
103
-static inline bool dpcppSupportFP64(
104
- DeviceId dev_id = dpcppGetDeviceIdOfCurrentQueue()) {
105
- auto* dev_prop = at::xpu::getDeviceProperties(dev_id);
106
- return dev_prop->has_fp64;
107
-}
108
-
109
static inline int64_t dpcppMaxWorkItemsPerTile(
110
DeviceId dev_id = dpcppGetDeviceIdOfCurrentQueue()) {
111
auto* dev_prop = at::xpu::getDeviceProperties(dev_id);
0 commit comments