blob: 24796a711eee1c55e635511c3424542906e757af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- tests/blas_like/Gemm_Suite.cpp.orig 2023-11-08 23:05:42 UTC
+++ tests/blas_like/Gemm_Suite.cpp
@@ -555,11 +555,11 @@ struct HalfTypeT<Device::GPU>
using type = gpu_half_type;
};
#else
-template <>
-struct HalfTypeT<Device::GPU>
-{
- using type = UndefinedType;
-};
+//template <>
+//struct HalfTypeT<Device::GPU>
+//{
+// using type = UndefinedType;
+//};
#endif // HYDROGEN_HAVE_GPU
#endif // HYDROGEN_HAVE_HALF
|