OpenACC support for Rust

OpenACC is a paradigm that allows specification of parallel codes to run in a platform-independent ways, across CPU, GPU, NPU or any other accelerators.

Currently, OpenACC is supported in C, C++ and Fortran.

However, is OpenACC supported in Rust yet? Or does Rust already have similar feature that allows portable coding regardless of what accelerators, or a combination of accelerators, is targeted at?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.