You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu(265): error: no operator "=" matches these operands
operand types are: nv::merlin::EvictStrategy = nv::merlin::EvictStrategy::EvictStrategyEnum
strategy = nv::merlin::EvictStrategy::kLru;
^
/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu(268): error: no operator "=" matches these operands
operand types are: nv::merlin::EvictStrategy = nv::merlin::EvictStrategy::EvictStrategyEnum
strategy = nv::merlin::EvictStrategy::kCustomized;
^
/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu(304): error: class "nv::merlin::HashTableOptions" has no member "evict_strategy"
hkv_table_option_.evict_strategy = hkv_evict_strategy;
^
3 errors detected in the compilation of "/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu".
To Reproduce
Steps in readme
Expected behavior
compile success
Screenshots
Environment (please complete the following information):
Describe the bug
compile sok error
/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu(265): error: no operator "=" matches these operands
operand types are: nv::merlin::EvictStrategy = nv::merlin::EvictStrategy::EvictStrategyEnum
strategy = nv::merlin::EvictStrategy::kLru;
^
/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu(268): error: no operator "=" matches these operands
operand types are: nv::merlin::EvictStrategy = nv::merlin::EvictStrategy::EvictStrategyEnum
strategy = nv::merlin::EvictStrategy::kCustomized;
^
/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu(304): error: class "nv::merlin::HashTableOptions" has no member "evict_strategy"
hkv_table_option_.evict_strategy = hkv_evict_strategy;
^
3 errors detected in the compilation of "/ws/HugeCTR/sparse_operation_kit/kit_src/variable/impl/hkv_variable.cu".
To Reproduce
Steps in readme
Expected behavior
compile success
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: