Home
libcuml
cucim
cudf-java
cudf
cugraph
cuml
cuproj
cuspatial
cuvs
cuxfilter
dask-cuda
dask-cudf
kvikio
libcudf
libcuml
libcuproj
libcuspatial
libkvikio
librapidsmpf
librmm
libucxx
raft
rapids-cmake
rapidsmpf
rmm
ucxx
nightly (26.02)
nightly (26.02)
stable (25.12)
legacy (25.10)
src
genetic
constants.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2021-2025, NVIDIA CORPORATION.
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
8
#pragma once
9
10
namespace
cuml
{
11
namespace
genetic {
12
13
// Max number of threads per block to use with tournament and evaluation kernels
14
const
int
GENE_TPB
= 256;
15
16
// Max size of stack used for AST evaluation
17
const
int
MAX_STACK_SIZE
= 20;
18
19
}
// namespace genetic
20
}
// namespace cuml
cuml::genetic::MAX_STACK_SIZE
const int MAX_STACK_SIZE
Definition:
constants.h:17
cuml::genetic::GENE_TPB
const int GENE_TPB
Definition:
constants.h:14
cuml
Definition:
common.h:15
Generated by
1.9.1