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]: Review Cub Cache Usage and Validity of Reuse of Plan between commands. #284

Open
tylera-nvidia opened this issue Oct 6, 2022 · 0 comments

Comments

@tylera-nvidia
Copy link
Collaborator

We uncovered a sensitivity to the reuse of cub plans in the #276 branch, where if tests are compiled with NVTX flags on, some tests fail due to bad cub executions. The test will not fail if run standalone, and was verified to have no bugs through compute-sanitizer, serialized kernels, and manual debugging, so this is an operational problem based on reuse of data that may or may not be valid to reuse.

Failed in match: 0 != 3.6e+06 /home/tallen/scratch/MatX/test/00_operators/ReductionTests.cu:150: Failure Value of: MatXUtils::MatXTypeCompare( t0(), (TypeParam)(t4.Size(0) * t4.Size(1) * t4.Size(2) * t4.Size(3))) Actual: false Expected: true [ FAILED ] ReductionTestsNumericNoHalf/5.Sum, where TypeParam = double (2 ms) [----------] 1 test from ReductionTestsNumericNoHalf/5 (2 ms total)

@cliffburdick cliffburdick changed the title Review Cub Cache Usage and Validity of Reuse of Plan between commands. [BUG]: Review Cub Cache Usage and Validity of Reuse of Plan between commands. May 1, 2024
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