[build] Upgrade Vulkan and Fix imgui#8715
[build] Upgrade Vulkan and Fix imgui#8715johnnynunez wants to merge 13 commits intotaichi-dev:masterfrom
Conversation
|
Oh we both made a similar PR :) 🎉 |
I split all my changes, so I create 6-7 PR's |
|
Yeah nice :) |
Also I fixed finally open3d for ARM64 isl-org/Open3D#7239 |
|
Interesting 💪 |
|
@johnnynunez Thoughts on these test errors I'm seeing in my own Vulkan upgrade branch? https://github.com/taichi-dev/taichi/actions/runs/14905225451/job/41865963509?pr=8722 I don't see any evidence that it's an infrastructure issue, and I'm leaning towards this is something that changed in the Vulkan api behavior? Thoughts? What happens when you run the CI script on your own infra? |
|
Note: for some reason this downloads x86 version on my arm system 🤔 |
|
Oh, that's probably because I merged this onto my previous vulkan pr that doesnt include arm. Cool :) |
|
wait, no, it's because |
| os.environ["VK_LAYER_PATH"] = str(sdk / "etc" / "vulkan" / "explicit_layer.d") | ||
| elif (u.system, u.machine) in (("Linux", "arm64"), ("Linux", "aarch64")): | ||
| url = ( | ||
| "https://github.com/johnnynunez/vulkan-sdk-arm/releases/download/1.4.309.0/" |
There was a problem hiding this comment.
this doesnt exist 😛 Your release is 1.4.304.1 right? https://github.com/johnnynunez/vulkan-sdk-arm/releases
There was a problem hiding this comment.
I have to upload new release
There was a problem hiding this comment.
danielshaked9
left a comment
There was a problem hiding this comment.
this broke the entire client side ecosystem and is causing all vulkan assertion errors.
i thinking pushing this into production right after drivers updates releases is a mistake. we care about taichi guys lets do it properly. taichi was built to ease the way we simulate our scientific ideas, not to be compatible and highly efficient on edge lowcost devices.
Gh200/GB200 are devices that cost more than 50k. Devices that I’m using |

No description provided.