Jack12xl
Jack12xl
Hi, I'm the guy who posted [this](https://forum.taichi.graphics/t/how-to-dynamically-access-ti-ext-arr-with-taichi-class-ti-data-oriented-as-element/1226/4). I'm currently considering to refactor my [project](https://github.com/Jack12xl/a-toy-fluid-engine) to make it easier to extend. So I remembered in [that](https://forum.taichi.graphics/t/how-to-dynamically-access-ti-ext-arr-with-taichi-class-ti-data-oriented-as-element/1226/4) post you mentioned the [ts.TaichiClass](https://github.com/taichi-dev/taichi_glsl/blob/27cdcb15588fd4685b96f38f94e9136f7e1e1c10/taichi_glsl/odop.py#L13),...
Say compiling might take 45 minutes, the simulation(192 steps) would take 2 hours.
ToDo
- [x] Transform - [x] SDF - [ ] Euler fluid solid coupling - [x] refractor grid - [x] add staggered grid - [x] SDF rasterize to world space
[W 11/12/20 02:12:07.223] [type_check.cpp:visit@144] [$50745] Field index 0 not integral, casting into int32 implicitly [W 11/12/20 02:12:07.224] [type_check.cpp:visit@144] [$50750] Field index 0 not integral, casting into int32 implicitly [W 11/12/20...
I thought your implementation is great but the model link in Baidu expired...Could you upload it again please?
### Game or games this happens in ppsspp itself ### What area of the game / PPSSPP https://github.com/hrydgard/ppsspp/assets/27931931/853b9ca8-1834-483a-9d6d-9398eba29e43 ### What should happen It shouldn't have corrupted frame. ### Logs _No...
When compiling whist.c, several errors related real32_T appeared `whistc.c:236:28: error: use of undeclared identifier 'val' *pr++ = (double) (*val++);` Maybe should add `typedef float real32_T;`
### Bug description Trying to use `PyTorchProfiler` (https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.profilers.PyTorchProfiler.html) to track some OOM(cpu memory) issues. I go with ``` profiler = PyTorchProfiler( dirpath=log_dir, # Directory to save logs filename="memory_profile", # Name...