setigen icon indicating copy to clipboard operation
setigen copied to clipboard

Voltage notebook 03_custom_signals.ipynb produces errors with gpu (but not cpu)

Open khouston22 opened this issue 1 year ago • 0 comments

The setigen voltage notebook 03_custom_signals.ipynb works fine for the cpu (os.environ['SETIGEN_ENABLE_GPU'] = '0') but produces an error with the gpu (os.environ['SETIGEN_ENABLE_GPU'] = '1') in the cell containing the rvb.record function. It appears that there is an issue with the time variable data type being converted to a numpy array. Cell error message is in pdf file included below. I don't have cusignal installed (deprecated?), so scipy.signal is being used.

03_custom_signals.ipynb with gpu error log.pdf

khouston22 avatar Nov 28 '23 20:11 khouston22