-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Typically, our make
should result in one executable (say StarPlat
compiler) which can generate files for all the architectures. i.e., should output cuda
, omp
, or mpi
files based on the cmd line args
. Currently, it is
make cuda
for cuda,make omp
, similarly to others.
We may have to use namespace
and modify our makefile
to achieve it. A small prototype here