Skip to content
Snippets Groups Projects

WIP: Cuda autotune

Closed Stephan Seitz requested to merge seitz/pystencils:cuda-autotune into master
Viewing commit 85dc6b1b
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -259,7 +259,7 @@ class BlockIndexing(AbstractIndexing):
block_sizes,
magic_hash, # needed for disk_cache
strides):
BIG_NUMBER = sys.maxint
BIG_NUMBER = 100000000
current_best = self._block_size
best_timing = BIG_NUMBER