numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Add all kernel breakpoints hit test

Open ZzEeKkAa opened this issue 9 months ago • 2 comments

Check that every thread in kernel hits breakpoint.

This test was not tested on GPU!

Closes #483

  • [x] Have you provided a meaningful PR description?
  • [x] Have you added a test, reproducer or referred to an issue with a reproducer?
  • [x] +/- Have you tested your changes locally for CPU and ~GPU~ devices?
  • [x] Have you made sure that new changes do not introduce compiler warnings?
  • [ ] If this PR is a work in progress, are you filing the PR as a draft?

ZzEeKkAa avatar May 08 '24 15:05 ZzEeKkAa

Coverage Status

coverage: 86.48%. remained the same when pulling f701fb0b2cc046931c49a5d5a9111a8f7bfaf5df on testing/add_all_kernel_breakpoints_hit_test into 574daab5002a05ca1288f6dd8ccf12e626e90854 on main.

coveralls avatar May 08 '24 16:05 coveralls

@ZzEeKkAa if it works on CPU it is a good test to add. You can XFail on GPU.

diptorupd avatar May 10 '24 16:05 diptorupd