Skip to content

Commit

Permalink
Try skipping GPU device in sybil.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 6, 2024
1 parent 9872bc6 commit 3672992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hoomd/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
device = hoomd.device.CPU()
.. skip: next if(gpu_not_available)
.. skip: next
.. code-block:: python
Expand Down Expand Up @@ -325,7 +325,7 @@ class GPU(Device):
.. rubric:: Example:
.. skip: next if(gpu_not_available)
.. skip: next
.. code-block:: python
Expand Down Expand Up @@ -370,7 +370,7 @@ def gpu_error_checking(self):
.. rubric:: Example:
.. skip: next if(gpu_not_available)
.. skip: next
.. code-block:: python
Expand Down Expand Up @@ -431,7 +431,7 @@ def enable_profiling(self):
.. rubric:: Example:
.. skip: next if(gpu_not_available)
.. skip: next
.. code-block:: python
Expand Down

0 comments on commit 3672992

Please sign in to comment.