mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
merge fix
This commit is contained in:
@@ -9,5 +9,8 @@ namespace CudaBackendConfig {
|
||||
constexpr const char* CUDA_MSM_IS_BIG_TRIANGLE = "is_big_triangle";
|
||||
constexpr const char* CUDA_MSM_LARGE_BUCKET_FACTOR = "large_bucket_factor";
|
||||
constexpr const int CUDA_MSM_LARGE_BUCKET_FACTOR_DEFAULT_VAL = 10;
|
||||
constexpr const char* CUDA_MSM_NOF_CHUNKS = "nof_chunks";
|
||||
constexpr const int CUDA_MSM_NOF_CHUNKS_DEFAULT_VAL = 0;
|
||||
|
||||
|
||||
} // namespace CudaBackendConfig
|
||||
Reference in New Issue
Block a user