Skip to content

Commit

Permalink
Fixes #391, regards #304: Don't expose `min_grid_params_for_max_occup…
Browse files Browse the repository at this point in the history
…ancy()` in CUDA 10.0
  • Loading branch information
eyalroz committed Aug 6, 2022
1 parent 557df46 commit 475f194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuda/api/apriori_compiled_kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class apriori_compiled_kernel_t final : public kernel_t {

void set_attribute(kernel::attribute_t attribute, kernel::attribute_value_t value) const override;

#if CUDA_VERSION >= 10000
#if CUDA_VERSION > 10000
grid::composite_dimensions_t min_grid_params_for_max_occupancy(
memory::shared::size_t dynamic_shared_memory_size = no_dynamic_shared_memory,
grid::block_dimension_t block_size_limit = 0,
Expand Down

0 comments on commit 475f194

Please sign in to comment.