We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ffeae commit 972b386Copy full SHA for 972b386
test/testsuite.jl
@@ -93,7 +93,7 @@ include("testsuite/math.jl")
93
include("testsuite/random.jl")
94
include("testsuite/uniformscaling.jl")
95
include("testsuite/statistics.jl")
96
-include("testsuite/caching_allocator.jl")
+include("testsuite/alloc_cache.jl")
97
98
"""
99
Runs the entire GPUArrays test suite on array type `AT`
test/testsuite/caching_allocator.jl test/testsuite/alloc_cache.jltest/testsuite/caching_allocator.jl renamed to test/testsuite/alloc_cache.jl
0 commit comments