Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include SX-Aurora in Others #20

Merged
merged 2 commits into from
Dec 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions other.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.