-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CuPy optional dependency #39
Comments
Remove cusignal.firwin() in synthetic.py, https://github.com/TorchDSP/torchsig/blob/main/torchsig/datasets/synthetic.py#L1017
|
Replace cupy convolve: https://github.com/TorchDSP/torchsig/blob/main/torchsig/datasets/synthetic.py#L391
|
Cupy in OFDM modulator: https://github.com/TorchDSP/torchsig/blob/main/torchsig/datasets/synthetic.py Line 390:
Line 751: Line 770: Line 779:
Line 802: Line 819: Line 822: Line 832: Line 843: |
Cupy in FSK modulator in synthetic.py: Line 976: Line 979: Line 985: Line 994: Line 1035: Line 1037: Line 1044: |
Following is a summary of the cupy and cusignal calls. However, all functions may not need to be done on GPU. Most likely candidates for GPU acceleration are:
The following may be able to be run on CPU, unclear if GPU acceleration needed:
|
No description provided.
The text was updated successfully, but these errors were encountered: