File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ GPU Computing
137137 (see https://chapel-lang.org/docs/2.3/language/spec/locales.html#ChapelLocale.locale.gpuId)
138138* added a `deviceAttributes()` query to the 'GPU' module
139139 (see https://chapel-lang.org/docs/2.3/modules/standard/GPU.html#GPU.deviceAttributes)
140+ * `@gpu.itersPerThread` attribute can now distribute iterations round-robin
141+ (see https://chapel-lang.org/docs/2.3/modules/standard/GPU.html#GPU.@gpu.itersPerThread)
140142* added initial support for calling `halt()` from GPUs
141143
142144Portability / Build Improvements for GPUs
@@ -400,6 +402,7 @@ Developer-oriented changes: 'dyno' Compiler improvements / changes
400402
401403Developer-oriented changes: GPU support
402404---------------------------------------
405+ * `if gCpuVsGpuToken` now distinguishes between code generated for CPU vs. GPU
403406
404407Developer-oriented changes: Runtime improvements
405408------------------------------------------------
You can’t perform that action at this time.
0 commit comments