Closed ktangsali closed 5 months ago
Top - older pysdf based calculation, middle - warp based calculation, bottom - error.
Validation error for the aneurysm example:
Time per iteration for aneurysm training:
PySDF based: 276.58 ms, Warp based: 275.62 ms
/blossom-ci
@ktangsali I think we also need to take out pysdf from the REAME, Dockerfile, and docs/conf.py
/blossom-ci
@ktangsali I think we also need to take out pysdf from the REAME, Dockerfile, and docs/conf.py
@mnabian , thanks! I was initially planning on addressing those in a separate PR, but I have done it in this itself. Please have a look, I also added install of warp-lang
. The CI image has been updated using the dockerfile from this PR.
Finally I did some clean-up of the dockerfile - this was after discussion with @Alexey-Kamenev
Thanks!
Modulus Pull Request
Description
Post this PR: https://github.com/NVIDIA/modulus/pull/389, we can switch to warp based backend for the STL SDF calculation inside Modulus. This also makes this utility more accessible to users not using Modulus docker container. Changes to Dockerfile have also been completed.
Checklist
Dependencies