Skip to content

Commit

Permalink
Fixes #625: Drop specify_default_load_caching_mode from `link::opti…
Browse files Browse the repository at this point in the history
…ons_t`
  • Loading branch information
eyalroz committed Mar 25, 2024
1 parent bf4b8fc commit 2f77537
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cuda/api/link_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ struct options_t final : public rtc::common_ptx_compilation_options_t {
/// fallback behavior if a (matching cubin???) is not found
optional<fallback_strategy_for_binary_code_t> fallback_strategy_for_binary_code;

bool specify_default_load_caching_mode { false };

// Ignoring the "internal purposes only" options;
//
// CU_JIT_NEW_SM3X_OPT
Expand All @@ -116,7 +114,6 @@ struct options_t final : public rtc::common_ptx_compilation_options_t {
// CU_JIT_GLOBAL_SYMBOL_ADDRESSES
// CU_JIT_GLOBAL_SYMBOL_COUNT
//

};

namespace detail_ {
Expand Down

0 comments on commit 2f77537

Please sign in to comment.