Skip to content

Commit

Permalink
Add Nvidia SVM crash quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 22, 2015
1 parent c851cc1 commit ea51fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_wrapper.py
Expand Up @@ -72,6 +72,11 @@ def test_get_info(ctx_factory):
[
(cl.Event, cl.event_info.COMMAND_QUEUE),
]),
(("NVIDIA Corporation", "NVIDIA CUDA",
"OpenCL 1.2 CUDA 7.5.15"),
[
(cl.Buffer, cl.mem_info.USES_SVM_POINTER),
]),
(("The pocl project", "Portable Computing Language",
"OpenCL 1.2 pocl 0.8-pre"),
pocl_quirks),
Expand Down

0 comments on commit ea51fdd

Please sign in to comment.