Skip to content

Commit 7dd3ca5

Browse files
author
sambit-giri
committed
doctsring mentions GPUs
1 parent 493eed8 commit 7dd3ca5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tools21cm/topology.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def EulerCharacteristic(data, thres=0.5, neighbors=6, speed_up='cython', verbose
2121
speed_up: str
2222
Method used to speed up calculation (Default: cython).
2323
Options are cython, numba, torch and numpy.
24+
The caclulation with torch uses GPUs if available on the device.
2425
verbose: bool
2526
If True, verbose is printed.
2627

0 commit comments

Comments
 (0)