mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-12 03:05:14 -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