Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Conversation

steffenlarsen
Copy link

@steffenlarsen steffenlarsen commented Aug 9, 2022

Some tests attempt to do a generic mem_advise to test certain behaviour that should not be affected by the actual advice. Previously the CUDA backend wouldn't correctly handle advice 0, which was supposed to signify a reset of previously set advice. Now that the CUDA backend correctly handles this option we can return to using 0. Likewise we can remove PI enumerators from these tests and use 0 directly.

Some tests attempt to do a generic mem_advise to test certain behaviour
that should not be affected by the actual advice. Previously the CUDA
backend wouldn't correctly handle advice 0, which was supposed to
signify a reset of previously set advice. Now that the CUDA backend
correctly handles this option we can return to using 0. Likewise we can
PI enumerators from these tests and use 0 directly.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner August 9, 2022 19:08
Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Author

Failures in ESIMD/regression/bit_shift_compilation_test.cpp are due to a desync between the test-suite and intel/llvm. They are unrelated.

@steffenlarsen steffenlarsen merged commit dafd0f6 into intel:intel Aug 10, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
Some tests attempt to do a generic mem_advise to test certain behaviour
that should not be affected by the actual advice. Previously the CUDA
backend wouldn't correctly handle advice 0, which was supposed to
signify a reset of previously set advice. Now that the CUDA backend
correctly handles this option we can return to using 0. Likewise we can
PI enumerators from these tests and use 0 directly.

Signed-off-by: Larsen, Steffen <[email protected]>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Some tests attempt to do a generic mem_advise to test certain behaviour
that should not be affected by the actual advice. Previously the CUDA
backend wouldn't correctly handle advice 0, which was supposed to
signify a reset of previously set advice. Now that the CUDA backend
correctly handles this option we can return to using 0. Likewise we can
PI enumerators from these tests and use 0 directly.

Signed-off-by: Larsen, Steffen <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants