From 31467906af5ccdd5811a44b8587cd307c0f94657 Mon Sep 17 00:00:00 2001 From: freemin7 <25376460+freemin7@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:10:06 +0100 Subject: [PATCH] Include SX-Aurora in Others (#20) --- other.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/other.md b/other.md index 7cd017b..7dde54a 100644 --- a/other.md +++ b/other.md @@ -16,3 +16,7 @@ Programming OpenCL GPUs in Julia is much more limited than other supported platf ArrayFire is a general-purpose software library that targets CPUs, GPUs, and other accelerator hardware. The [ArrayFire.jl](https://github.com/JuliaGPU/ArrayFire.jl) package provides a Julia interface to this library, and makes it possible to program accelerators using an array abstraction built on the ArrayFire library. + +## SX-Aurora + +The [NEC SX-Aurora Tsubasa](https://www.nec.com/en/global/solutions/hpc/sx/index.html) is a PCIe card which works as a Vector Computer. It can be programmed from Julia using the [VectorEngine.jl](https://github.com/sx-aurora-dev/VectorEngine.jl) package, which at the moment requires a custom Julia build using a LLVM fork. Support is expected to improve due NECs involement.