Skip to content

Using GGUI with cuda backend fails with VMA assertion #8677

@jorge-ortega

Description

@jorge-ortega

Describe the bug
Using GGUI with cuda backend fails with VMA assertion.

To Reproduce

import taichi as ti

ti.init(arch=ti.cuda)

window = ti.ui.Window("GGUI Test", (800, 600))

Logs

$ python .\ggui_test.py
[Taichi] version 1.7.3, llvm 15.0.1, commit 5ec301be, win, python 3.10.11
[Taichi] Starting on arch=cuda
Assertion failed: pCreateInfo->vulkanApiVersion == 0 || (((uint32_t)(pCreateInfo->vulkanApiVersion) >> 22U) == 1 && (((uint32_t)(pCreateInfo->vulkanApiVersion) >> 12U) & 0x3FFU) <= 3), file C:\Users\buildbot\actions-runner\_work\taichi\taichi\external\VulkanMemoryAllocator\include\vk_mem_alloc.h, line 16039

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Untriaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions