4Y1TNkU4VMDOm8kjAk7js5 changeset

Changeset353234633362 (b)
Parent636665323263 (a)
ab
1717endif
1818
1919ifeq ($(BITS), 64)
...
20-        CUBIN ../cubin64
20+        CUBIN = ../cubin64
...
2121        ISA = ../isa64
2222endif
2323
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Revision 636665323263
+++ Revision 353234633362
@@ -1,4 +1,3 @@
-
# Rules for generating all the kernels of these types.
.PHONY: counts
.PHONY: hists
@@ -18,7 +17,7 @@
endif
ifeq ($(BITS), 64)
- CUBIN ../cubin64
+ CUBIN = ../cubin64
ISA = ../isa64
endif