Configuring HPC#
To configure which high-performance computing (HPC) platform
is going to be used, issue the command
hiperwalk.set_hpc()
.
- hiperwalk.set_hpc(hpc)[source]#
Indicates which HPC platform is going to be used.
After executing the
set_hpc
command, all subsequent hiperwalk commands will utilize the dsignated HPC platform.- Parameters:
- hpc{None, ‘cpu’, ‘gpu’}
Indicates whether to utilize HPC for matrix multiplication using CPU or GPU. If
hpc=None
, it will use standalone Python.