rapidsai-community / notebooks-contrib

RAPIDS Community Notebooks
Apache License 2.0
500 stars 264 forks source link

[BUG] Apply RMM update to some Notebook Contrib notebooks #238

Open taureandyernv opened 4 years ago

taureandyernv commented 4 years ago

Due to changes in RMM, there are a few notebooks that need to be updated to the new API. Alerting those who maintain the respective notebooks.

Changes Readme: https://github.com/rapidsai/rmm#handling-rmm-options-in-python-code

Notebooks to update:

VibhuJawa commented 4 years ago

@taureandyernv , In my notebook i just use rmm to create a device array. It should not change with api. Did it break ?