taichi-dev / taichi_elements

High-performance multi-material continuum physics engine in Taichi
MIT License
483 stars 69 forks source link

Demos about 3D couldn't work #72

Closed Rashfu closed 3 years ago

Rashfu commented 3 years ago

When I run demo_3d.py or any other demo_3d_xxx, some errors occur:

[cuda_driver.h:call_with_warning@74] CUDA Error CUDA_ERROR_ASSERT: device-side assert triggered while calling module_get_function (cuModuleGetFunction)
 [jit_cuda.cpp:lookup_function@53] Cannot look up function jit_evaluator_5_kernel_45_serial
syguan96 commented 3 years ago

Me too. Have you found the reason?

syguan96 commented 3 years ago

I enlarged the memory in ti.init(). It works.

Rashfu commented 3 years ago

I enlarged the memory in ti.init(). It works.

Wow! It works well now. Thanks~