You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proj should be updated so that when someone runs proj test it checks for a GPU, and if a GPU is found it runs the GPU tests, and if the GPU is not found then it throws an error/prints an error message. An additional flag --skip-gpu-tests should be added to proj test that users without a GPU should run in order to not get that error
Also, while Dylan's command is correct, kernels currently does GPU tests in a somewhat outdated way. We're planning to move over to the model @reyna-abhyankar introduced in local-execution, where there are two doctest TEST_SUITEs, one for cuda tests and one for non-cuda tests
Eventually kernels should also be moved over to use this model
No description provided.
The text was updated successfully, but these errors were encountered: