Skip to content

Commit f728f06

Browse files
committed
Incorporate fixes for Michael's comments and links check
--- Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
1 parent 7ee3cfa commit f728f06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ GPU Computing
154154
* added support for ROCm 6
155155
(see https://chapel-lang.org/docs/2.2/technotes/gpu.html#requirements)
156156
* improved performance for certain kernels on multi-GPU locales
157-
* added a new `@gpu.assertElligible` attribute for compile-time GPU checks
157+
* added a new `@gpu.assertEligible` attribute for compile-time GPU checks
158158
(see https://chapel-lang.org/docs/2.2/modules/standard/GPU.html#GPU.@gpu.assertEligible)
159159
* added a new `@gpu.itersPerThread` attribute to control blocking iterations
160160
(see https://chapel-lang.org/docs/2.2/modules/standard/GPU.html#GPU.@gpu.itersPerThread)
@@ -200,8 +200,7 @@ Language Specification Improvements
200200
* added a section describing the implicit `this.` in methods
201201
(see https://chapel-lang.org/docs/2.2/language/spec/methods.html#implicit-this-in-methods)
202202
* clarified that terminating null bytes are optional on string/bytes buffers
203-
(see https://chapel-lang.org/docs/2.2/language/spec/strings.html
204-
and https://chapel-lang.org/docs/2.2/language/spec/bytes.html)
203+
(e.g., see https://chapel-lang.org/docs/2.2/language/spec/strings.html#String.string.createAdoptingBuffer)
205204
* added examples of distribution factory methods
206205
(see https://chapel-lang.org/docs/2.2/language/spec/domain-maps.html#distributions-for-domain-types)
207206
* searching for `init=` now finds the relevant language spec documentation

0 commit comments

Comments
 (0)