Manuel A. Diaz

Results 15 comments of Manuel A. Diaz

I have the same issue ! I just build `HIP` on a `Nvidia platform` following the instructions in [ROCm/HIP](https://github.com/ROCm-Developer-Tools/HIP/blob/develop/INSTALL.md). Currently, I'm working on CentOS 8, thus I'm using the **package...

Hi everyone, I can see that this still an issue for many new comers of HIP/ROCm. UPDATE: I managed find a simple workaround on CMake (< 3.16) level that helps...

It would be great if this is resolved in HIP 6.1! I'll test later on the week because I need to clean and put up-to-date my CentOS system.

My apologies, I almost forgot ! ... but I can confirm that with ROCm 6.1.2 is working : )

Hi Mr. Shi, I also noticed that the voxelizer from trimesh module is not doing it's job right. The bunny script included in examples works, but I think the simulation...

Checking ... ```bash $ cmake \ -DCMAKE_INSTALL_PREFIX=../dist \ -DCMAKE_BUILD_TYPE=Release \ .. -- Found LLVM 15.0.7: -- - CMake module path: /usr/lib64/cmake/llvm -- - Include path : /usr/include -- - Binary...

The `libclang*.a` libraries are there. Couldn't understand why this is happening in my system. Thus, I downloaded `LLVM` git-repo and installed but got another types of errors during compilation. I...

Just realized that all `taichi/examples/ggui_examples/*.py` are failing on my Linux box with the same assertion: ```bash ~/Depots/taichi/python/taichi/examples/ggui_examples$ python fem128_ggui.py [Taichi] version 1.7.3, llvm 15.0.4, commit 5ec301be, linux, python 3.12.9 [Taichi]...

I'm on Ubuntu 24.04, with NVidia driver 570.133 and Vulkan 1.4.303 on a Quadro T500 (a laptop NVidia GPU). I'm getting a similar assertion failure: ```bash python: /home/dev/taichi/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:16036: VkResult vmaCreateAllocator(const...

Hi @emankov, any update on this feature? I'm currently working on this exact approach (here an [example](https://github.com/wme7/devLibrary)) ... but I'm having difficulties with a slightly more complex library. Nevertheless, any...