mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Go to 1024 contexts on Pascal
This commit is contained in:
parent
d1502e3b79
commit
0bcde947b5
@ -340,5 +340,5 @@ __device__ uint32_t rb_incr(uint32_t &rb_base, int tidx) {
|
|||||||
# done when I get my hands on a Kepler device. The fixed size assumes blocks
|
# done when I get my hands on a Kepler device. The fixed size assumes blocks
|
||||||
# of 256 threads, although even at that size there are pathological cases that
|
# of 256 threads, although even at that size there are pathological cases that
|
||||||
# could break the assumption.
|
# could break the assumption.
|
||||||
DEFAULT_RB_SIZE = 256
|
DEFAULT_RB_SIZE = 1024
|
||||||
ringbuflib = mkringbuflib(DEFAULT_RB_SIZE)
|
ringbuflib = mkringbuflib(DEFAULT_RB_SIZE)
|
||||||
|
Loading…
Reference in New Issue
Block a user