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

[fix] Fix init_bucket failure caused by max_hbm being smaller than slice size #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LinGeLin
Copy link
Collaborator

@LinGeLin LinGeLin commented May 7, 2024

Fix init_bucket failure caused by max_hbm being smaller than slice size

error msg:

tensorflow.python.framework.errors_impl.InternalError: external/hkv/include/merlin/core_kernels.cuh:206: CUDA error cudaErrorInvalidValue : invalid argument [Op:TFRA>HkvHashTableOfTensors] name: basic0_mht_1of1

recurrence:

key_dtype: int64_t
value_dtype: float
dim: 12
init_capacity: 1024 * 1024 * 400
max_capacity: 1024 * 1024 * 600
max_hbm: 1024 * 1024 * 400

Copy link

github-actions bot commented May 7, 2024

@rhdong
Copy link
Member

rhdong commented May 7, 2024

/blossom-ci

1 similar comment
@rhdong
Copy link
Member

rhdong commented May 14, 2024

/blossom-ci

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

Successfully merging this pull request may close these issues.

None yet

2 participants