summarylogtreecommitdiffstats
path: root/cuda10.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cuda10.1.patch')
-rw-r--r--cuda10.1.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/cuda10.1.patch b/cuda10.1.patch
deleted file mode 100644
index c33e46a26aab..000000000000
--- a/cuda10.1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/gpu/utils/Tensor.cuh b/gpu/utils/Tensor.cuh
-index f925a37..d116324 100644
---- a/gpu/utils/Tensor.cuh
-+++ b/gpu/utils/Tensor.cuh
-@@ -359,7 +359,7 @@ bool canUseIndexType() {
-
- template <typename IndexType, typename T, typename... U>
- bool canUseIndexType(const T& arg, const U&... args) {
-- return arg.canUseIndexType<IndexType>() &&
-+ return arg.template canUseIndexType<IndexType>() &&
- canUseIndexType(args...);
- }
-