Skip to content

Commit d787ee7

Browse files
authored
Fix backend switching instructions to README
Added instructions for switching between CPU and GPU backends.
1 parent 4099e70 commit d787ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ distance = 100 # Target filter size (e.g., km)
9999

100100
# 5. Apply Filter
101101
filtered_data = flter.compute(1, 2*math.pi / distance, unfiltered_data)
102-
Switching Backends
103102
```
103+
104104
You can switch between CPU and GPU at runtime without restarting:
105105

106106
```python

0 commit comments

Comments
 (0)