File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments