Skip to content

Commit

Permalink
Negative Sampling test needs whole GPU (#4636)
Browse files Browse the repository at this point in the history
Increase negative sampling test percentage to 100, allowing it to have an entire GPU.

This should correct intermittent C++ unit test failures in CI.

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Seunghwa Kang (https://github.com/seunghwak)

URL: #4636
  • Loading branch information
ChuckHastings authored Aug 28, 2024
1 parent 2c97eb6 commit 0707fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ ConfigureTest(SAMPLING_POST_PROCESSING_TEST sampling/sampling_post_processing_te

###################################################################################################
# - NEGATIVE SAMPLING tests --------------------------------------------------------------------
ConfigureTest(NEGATIVE_SAMPLING_TEST sampling/negative_sampling.cpp)
ConfigureTest(NEGATIVE_SAMPLING_TEST sampling/negative_sampling.cpp PERCENT 100)

###################################################################################################
# - Renumber tests --------------------------------------------------------------------------------
Expand Down

0 comments on commit 0707fb4

Please sign in to comment.