Skip to content

Commit 0822c1d

Browse files
committed
Remove unnecessary funciton in Utils.h.
1 parent 6979c1d commit 0822c1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sycl/Utils.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ static inline bool dpcppSupportAtomic64(
100100
return dev_prop->has_atomic64;
101101
}
102102

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-
109103
static inline int64_t dpcppMaxWorkItemsPerTile(
110104
DeviceId dev_id = dpcppGetDeviceIdOfCurrentQueue()) {
111105
auto* dev_prop = at::xpu::getDeviceProperties(dev_id);

0 commit comments

Comments
 (0)