Skip to content

One executable for all Generation #13

@mrprajesh

Description

@mrprajesh

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

image

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions