Skip to content

Commit

Permalink
Incorporate fixes for Michael's comments and links check
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
  • Loading branch information
bradcray committed Sep 19, 2024
1 parent 7ee3cfa commit f728f06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GPU Computing
* added support for ROCm 6
(see https://chapel-lang.org/docs/2.2/technotes/gpu.html#requirements)
* improved performance for certain kernels on multi-GPU locales
* added a new `@gpu.assertElligible` attribute for compile-time GPU checks
* added a new `@gpu.assertEligible` attribute for compile-time GPU checks
(see https://chapel-lang.org/docs/2.2/modules/standard/GPU.html#GPU.@gpu.assertEligible)
* added a new `@gpu.itersPerThread` attribute to control blocking iterations
(see https://chapel-lang.org/docs/2.2/modules/standard/GPU.html#GPU.@gpu.itersPerThread)
Expand Down Expand Up @@ -200,8 +200,7 @@ Language Specification Improvements
* added a section describing the implicit `this.` in methods
(see https://chapel-lang.org/docs/2.2/language/spec/methods.html#implicit-this-in-methods)
* clarified that terminating null bytes are optional on string/bytes buffers
(see https://chapel-lang.org/docs/2.2/language/spec/strings.html
and https://chapel-lang.org/docs/2.2/language/spec/bytes.html)
(e.g., see https://chapel-lang.org/docs/2.2/language/spec/strings.html#String.string.createAdoptingBuffer)
* added examples of distribution factory methods
(see https://chapel-lang.org/docs/2.2/language/spec/domain-maps.html#distributions-for-domain-types)
* searching for `init=` now finds the relevant language spec documentation
Expand Down

0 comments on commit f728f06

Please sign in to comment.