merge fix

This commit is contained in:
hadaringonyama
2024-08-07 18:45:14 +03:00
parent eb9326a5ae
commit 5408a74bcb

View File

@@ -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