taichi-aot-demo icon indicating copy to clipboard operation
taichi-aot-demo copied to clipboard

"0_tutorial_kernel" on windows : k_init_.push_args_(x_) compile error

Open DIOYF opened this issue 3 years ago • 3 comments

C2039: push_arg_ is not a member of ti::Kernel. And I can not find push_arg_() of ti::Kernel in taichi\c_api\include\taichi\cpp\taichi.hpp file. (v1.2.2, v1.1.3)

DIOYF avatar Nov 22 '22 08:11 DIOYF

cc @ailzhang

PENGUINLIONG avatar Nov 22 '22 10:11 PENGUINLIONG

cc @ailzhang

Hello, I want to check that TAICHI v1.2.2 supports other graphics api's for interop memory besides vulkan?

DacianShaw avatar Nov 22 '22 11:11 DacianShaw

@DIOYF push_arg was added after v1.2.x release so please try using master branch for now.

@XiaoyuXiao1998 could you elaborate which graphics api are you referring to?

FYI C-API and its C++ wrapper is still in heavy development in master branch, it'll (likely) be released with taichi v1.4.

ailzhang avatar Nov 23 '22 10:11 ailzhang