Enable using OpenMP for all other toolchains such as cuda_nvpxt.
To achieve this, the omp_cpu toolchain has been removed.
There is no need to have transitions etc for OpenMP. Instead, users may now add -fopenmp to the compile_flags and depend on @llvm-project//openmp to achieve equivalent functionality.
Enable using OpenMP for all other toolchains such as
cuda_nvpxt
.To achieve this, the
omp_cpu
toolchain has been removed.There is no need to have transitions etc for OpenMP. Instead, users may now add
-fopenmp
to thecompile_flags
and depend on@llvm-project//openmp
to achieve equivalent functionality.