bacTlink

Results 5 issues of bacTlink

Windows 10 Visual Studio 2019 version 16.11.17 Anaconda 3, python 3.9.12 CUDA: 11.6 torch: 1.12.0+cu116 cmake 3.22.0-rc2 GPU: RTX 6000 The tiny-cuda-nn itself compiled normally, but the pytorch extension failed...

I use the following command to install xlsxwriter: ``` git clone https://github.com/jmcnamara/xlsxwriter.lua.git cd xlsxwriter.lua sudo luarocks make ``` It installed successfully, but when I tried to use it, nginx report...

It seems that it need other repositories including ziparchive and xmlize but I failed to compile any of them. Both of them did not provide makefile and I don't know...

I am using CentOS7 and Lua5.1.4 was initially installed. Perhaps for this reason, CMake fails to find Lua. I remove `if (BUILD_LUA)` and `find_package(Lua51 REQUIRED)`, and replace the `${LUA_INCLUDE_DIR}` as...

Forgive me if this is a really simple question, but I am confused. Inside `lua-resty-libxl/lib/resty/libxl/types/book.lua`, I find that the API is defined as `BookHandle __cdecl xlCreateBookCA(void);`. But the API provided...

question