cracy3m

Results 5 issues of cracy3m

Is there a way to create a Tensor without a initialization data? The data arg of `kp::Tensor ()` function set to nullptr will occur exception (alway use memcpy(..., data, ...)...

Calling record() after calling eval() on the same kp:: sequence object will cause a vuid-vkbegincommandbuffer-commandbuffer-00050 Vulkan validation error. Error occur in [README.md](https://github.com/KomputeProject/kompute/tree/v0.8.1#readme) demo: ```cpp ... // 4. Run operation synchronously...

### kp::Algorithm::setPushConstants(const std::vector& pushConstants) can not compile success. **compiler context : windows 10 x64, VS2017 x64** ```cpp template void setPushConstants(const std::vector& pushConstants) // specify to const vector, and `data()` return...

I was tried to use `contrib/minizip` to unzip a zip archive which generated by `contrib/minizip/minizip.c` demo, but unzOpen2_64() return NULL; I found unz64local_SearchCentralDir64() return 0 and unzOpenInternal() return UNZ_BADZIPFILE when...

Is it possible to package fuxa in single exe file on Windows platform by pkg tool?

feature
solved