Skip to content

Commit 3997d2f

Browse files
committed
Vass CHANGES for 2.3
--- Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
1 parent 957a216 commit 3997d2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

142144
Portability / Build Improvements for GPUs
@@ -400,6 +402,7 @@ Developer-oriented changes: 'dyno' Compiler improvements / changes
400402

401403
Developer-oriented changes: GPU support
402404
---------------------------------------
405+
* `if gCpuVsGpuToken` now distinguishes between code generated for CPU vs. GPU
403406

404407
Developer-oriented changes: Runtime improvements
405408
------------------------------------------------

0 commit comments

Comments
 (0)