chunleili
chunleili
环境 VS2022 cuda12.2 代码为08课04节 https://github.com/parallel101/course/blob/2d30da61b442008c003f69225e6feca20a4ca7df/08/04_sugar/01/main.cu#L7 报错信息 ``` [build] MSBuild version 17.4.0+18d5aef85 for .NET Framework [build] Compiling CUDA source file ..\src\allocator.cu... [build] [build] C:\Dev\mgxpbd\build>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.2\bin\nvcc.exe" --use-local-env -ccbin "C:\Program...
Difference between original repo - 对particle_system进行了重构。流体刚体的导入分离到单独loader模块。邻域搜索分离为单独模块。 - 实现了新的cpu的hash邻域搜索。参考taichi官方的pbf邻域搜索实现的3维hash版本。 - ply和vdb序列的导入器。注意:pyopenvdb的安装较为复杂,编译c++版本的vdb后,请参考tests/test_vdb_read.py 导入相应的dll文件后使用。 - (WIP) dance_impulse。音乐节奏冲量。在外来输入数据指定网格上施加冲量。配合新增的sphere_dance.json使用。后续会重构,BUG较多。 - (WIP) sph_solver: 除了run_simulation以外的另一个入口。单纯作为一个引擎使用。分为init和update两步。原本用于houdini中的python模块。
Just add some scripts and minor fixes for windows 10 user to run easier.
I run into the installation problem on Windows 10. I have successfully build AMGX, and set AMG_DIR by ``` setx AMGX_DIR "E:\Dev\AMGX" ``` When I run `pip install .`, I...