From 92c58378917dab2abe65af474e22c62de2219b57 Mon Sep 17 00:00:00 2001 From: William F Godoy Date: Wed, 17 Apr 2024 14:01:52 -0400 Subject: [PATCH] Add suport for Atomix.@atomic Atomix is supported by Threads, CUDA and AMDGPU back ends In the roadmap for oneAPI Added unit test --- Project.toml | 1 + src/JACC.jl | 3 ++- test/tests_amdgpu.jl | 20 ++++++++++++++++++++ test/tests_cuda.jl | 20 ++++++++++++++++++++ test/tests_threads.jl | 24 +++++++++++++++++++++--- 5 files changed, 64 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 1b8ec56..512a77b 100644 --- a/Project.toml +++ b/Project.toml @@ -4,6 +4,7 @@ authors = ["pedrovalerolara ", "williamfgc