Tingkai Liu
Tingkai Liu
merge speed improvement. cleanup branches
running `mpi_relaunch` in a jupyter notebook opened with `srun` does not work. To work around it: 1. open jupyter notebook _without_ using `srun` 2. run `mpi_relaunch` with subprocess inside jupyter...
Related to #44 and #43. ### General Description `ipylab` interfaces with JLab by [exposing `requires` Tokens](https://github.com/jtpio/ipylab/blob/fc51499abefc7bf9724d1c5c99ccef1c0d476878/src/plugin.ts#L23-L38) as follows: ```typescript const extension: JupyterFrontEndPlugin = { id: EXTENSION_ID, autoStart: true, requires: [IJupyterWidgetRegistry,...
As title. This addresses #119.
Thank you so much for this work! We've been looking for a quick way to develop/debug JLab extensions for quite some time now, and this seems to be of great...
I see that `mass` has colors here https://github.com/ja3067/Titan/blob/12dfe4a8bfdd7ae3d039ffcffe0fb5827a6e912e/src/mass.cu#L39 Can't seem to find where the color of the springs are set. Could you point me to it?
As title. The latest revision of the ArXiv paper suggests a task planning evaluation procedure and datasets, but I can't seem to find that dataset anywhere. Are there any plans...
Make compatible to Torch2.x by removing THC dependencies.