Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 587 Bytes

cu-system-import.rst

File metadata and controls

34 lines (17 loc) · 587 Bytes

Import libraries

import cuda lib (Linux)

Import the pygamd module from cuda libray for the simulations on NVIDIA GPU.

Examples:

from poetry import cu_gala as gala

import hip lib (Linux)

Import the pygamd module from hip libray for the simulations on DCU.

Examples:

from poetry import hip_gala as gala

import cuda lib (Windows)

Import the pygamd module from cuda libray for the simulations on NVIDIA GPU.

Examples:

from poetry import win_gala as gala