Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] compile sok error #460

Closed
Orca-bit opened this issue Oct 16, 2024 · 2 comments
Closed

[BUG] compile sok error #460

Orca-bit opened this issue Oct 16, 2024 · 2 comments

Comments

@Orca-bit
Copy link

Orca-bit commented Oct 16, 2024

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):

  • OS: [e.g. Ubuntu]
  • Graphic card: [H100]
  • CUDA version: [e.g. CUDA 12.6]
  • Docker image nvcr.io/nvidia/merlin/merlin-tensorflow:nightly

Additional context
Add any other context about the problem here.

@Orca-bit Orca-bit changed the title [BUG] compile sok [BUG] compile sok error Oct 16, 2024
@Orca-bit
Copy link
Author

I use main branch of hkv, rollback needed?

@Orca-bit
Copy link
Author

v0.1.0-beta.6 is ok
upstream hkv has some changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant