Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove constexpr from thread_pool_scheduler bulk get_env specialization
nvc++ is not able to compile the function using constexpr. Since get_env isn't typically required at constexpr-time, simply remove the constexpr.
- Loading branch information