Cargo Features
[dependencies]
sparkl2d-kernels = { version = "0.4.0", default-features = false, features = ["dim2", "f32"] }
- default = dim2, f32
-
These default features are set whenever
sparkl2d-kernels
is added without
somewhere in the dependency tree.default-features = false - dim2 default
-
Affects
cuda::G2P2G_THREADS
,gpu_grid::NUM_CELL_PER_BLOCK
,gpu_grid::NUM_ASSOC_BLOCKS
,gpu_grid::NBH_SHIFTS
,gpu_grid::NBH_SHIFTS_SHARED
… - f32 default