Previous posts
Page 5-
Introduction to GPU Programming in Chapel
Posted on January 10, 2024
This post gives a beginner’s introduction to Chapel’s GPU programming features
-
Announcing Chapel 1.33!
Posted on December 14, 2023
A summary of highlights from the December 2023 release of Chapel 1.33.0
-
SC23 from the Chapel Language Perspective
Posted on December 7, 2023
A summary of highlights at SC23 relating to Chapel and Arkouda
-
Help us prioritize features for future releases of Chapel
External Article
Posted on November 15, 2023
A call for input on feature prioritization published on the HPE Developer Blog
-
Programming with Chapel: Making the Power of Parallelism and Supercomputers More Accessible
External Article
Posted on November 10, 2023
An interview published by the devm.io blog with Brad Chamberlain
-
My Favorite C++ Pattern: X Macros
External Article
Posted on October 14, 2023
A survey of the use of X macros in Chapel’s compiler
-
Announcing Chapel 1.32!
Posted on September 28, 2023
A summary of highlights from the September 2023 release of Chapel 1.32.0
-
Announcing Chapel 1.31!
Posted on June 22, 2023
A summary of highlights from the June 2023 release of Chapel 1.31.0
-
Proving My Compiler Code Incorrect With Alloy
External Article
Posted on June 4, 2023
A team member’s experience applying model checking to the Chapel compiler
-
NetCDF in Chapel, Part 2: Reading a Dataset in Parallel
Posted on May 3, 2023
Exploring distributed file IO in Chapel using distributed domains, arrays, and hyperslabs while handling unknown dataset shapes