Skip to content

Commit

Permalink
Fixed UBO device address tests, so put them back
Browse files Browse the repository at this point in the history
  • Loading branch information
per-mathisen-arm committed Dec 3, 2024
1 parent 5324e4e commit bba92bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,9 @@ layer_test(thread_2 thread_2)
layer_test(thread_3 thread_3)
layer_test(compute_bda_sc compute_bda_sc)
layer_test(compute_bda_pushconstant compute_bda_pushconstant)
# These three tests crash on Nvidia and freeze the GPU
#layer_test(compute_bda_ubo compute_bda_ubo)
#layer_test(compute_bda_ubo_ssbo compute_bda_ubo --ssbo)
#layer_test(compute_bda_ubo_fb compute_bda_ubo --frame-boundary)
layer_test(compute_bda_ubo compute_bda_ubo)
layer_test(compute_bda_ubo_ssbo compute_bda_ubo --ssbo)
layer_test(compute_bda_ubo_fb compute_bda_ubo --frame-boundary)
add_test(NAME layer_test_thread_3_replay_blackhole_stress_1 COMMAND ${CMAKE_CURRENT_BINARY_DIR}/lava-replay -V -B vulkan_thread_3.vk)
set_tests_properties(layer_test_thread_3_replay_blackhole_stress_1 PROPERTIES FIXTURES_REQUIRED thread_3)
add_test(NAME layer_test_thread_3_replay_blackhole_stress_2 COMMAND ${CMAKE_CURRENT_BINARY_DIR}/lava-replay -D -B vulkan_thread_3.vk)
Expand Down

0 comments on commit bba92bd

Please sign in to comment.