-
Notifications
You must be signed in to change notification settings - Fork 8
Labels
cudaRelated to CUDA backendRelated to CUDA backendompRelated to openMP backendRelated to openMP backend
Description
Description: Currently the backend is selected based on the detected compiler: nvfort -> GPU/CUDAFortran; other -> CPU/OMP. If we add a GPU/OMP backend this should be supported by nvfort (which could also support CPU/OMP too), therefore the user should be able to select the backend independently of the compiler.
Requirements:
- Invalid backend/compiler combinations should be rejected (primarily only nvfort supports GPU/CUDAFortran)
- The defaults should be preserved (nvfort->GPU/CUDAFortran, other->CPU/OMP)
Metadata
Metadata
Assignees
Labels
cudaRelated to CUDA backendRelated to CUDA backendompRelated to openMP backendRelated to openMP backend