Releases: JungleComputing/mcl
Releases · JungleComputing/mcl
Add an atomic add function
v0.1.5 Add an atomicAdd function
Add support for Intel GPUs and CPUs
v0.1.4 Add support for Intel CPUs and GPUs
Add a command-line option to print the AST in JSON
This release can print the AST of an MCL file in JSON format.
Improve error messages and version info
This release prints the file, line, and column number with error messages. This information will be automatically interpreted by Emacs' compilation-mode which means that you can jump to the location of the error when running "compile" (C-x c).
It is also possible to do mcl -v that prints the version information.
Enable C++ code generation from the command line
This release enables C++ code generation from the command line. It also includes a binary release that can be run with Singularity. See the README in the binary release for usage.
v0.1.0
license name in .zenode.json was wrong