#
spmd
Here are 11 public repositories matching this topic...
RV: A Unified Region Vectorizer for LLVM
compiler
llvm
openmp
simd
avx2
vectorization
avx512
compiler-optimization
arm-neon
loop-optimization
spmd
outer-loops
function-vectorizer
-
Updated
Dec 6, 2021 - C++
An implementation of HIP that works on CPUs, across OSes.
cuda
cpp17
hip
spmd
stl-algorithms
parallel-algorithms
cuda-programming
hip-runtime
hip-kernel-language
hip-portability
-
Updated
Jul 14, 2021 - C++
Matrix multiplication on multiple Nios II cores
fpga
parallel-computing
matrix-multiplication
verilog
mailbox
nios
shared-memory
hdl
fpga-soc
qsys
parallel-programming
nios2
de2-115
quartus
spmd
sopc
platform-designer
-
Updated
Feb 12, 2020 - C
SPMD (HPC) collective communication algorithms for Java using JeroMQ
-
Updated
May 31, 2021 - Java
SPMD (HPC) collectives library for Python implemented using pyzmq
python
hpc
zeromq
parallel-computing
distributed-computing
zmq
parallel-processing
zmq-extension
supercomputing
pyzmq
zmq-library
spmd
0mq
-
Updated
Jan 20, 2022 - Python
A vector library specialized in the formalization of SPMD programs
-
Updated
Feb 15, 2019 - Coq
Improve this page
Add a description, image, and links to the spmd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spmd topic, visit your repo's landing page and select "manage topics."


I'm using MinGW with ispc on Windows 10. It is a strange combination but works fine for me. However, the Codeview debug information produced by ISPC cannot be recognized by MinGW. Thus it is difficult to debug it with GDB. So could you please support to output dwarf debug info on Windows?