mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2026-03-25 11:20:20 -04:00
LaunchContext.get_per_thread
This commit is contained in:
@ -87,7 +87,7 @@ class Frame(object):
|
||||
center = self.center_cp
|
||||
ncps = center.nbatches * center.ntemporal_samples
|
||||
|
||||
if ncps < ctx.ctas:
|
||||
if ncps < ctx.nctas:
|
||||
raise NotImplementedError(
|
||||
"Distribution of a CP across multiple CTAs not yet done")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user