LaunchContext.get_per_thread

This commit is contained in:
Steven Robertson
2010-09-12 13:45:55 -04:00
parent 3265982fec
commit 6ed8907fcb
3 changed files with 26 additions and 34 deletions

View File

@ -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")