Siyuan Feng
Siyuan Feng
Thanks @tqchen and @Kathryn-cat 's valuable comments, will refactor the PR to enhance SplitHostDevice systematically.
@tqchen @Kathryn-cat I've updated a version to detect if a function is from hthe ost side and device side at an early stage (in BindTarget pass), here is an example...
Thanks @LeiWang1999
Please add a testcase for the enhancement
Not sure but some android vendor OS only provides limited memory for GPU but not all of the DRAM
I'm not sure but GLM may use a customized tokenizer which is not supported yet
Thanks for pointing it out. The docs is based on the latest version (aka main branch) but not the specific version. While we are finding out why the docs for...
Could you please try to run on different devices? Not sure but I heard that Huawei's OpenCL runtime is different from other android devices. And we did not test the...
It would be great if you can provide the copyable kernel script :)
Thanks for the contribution! First, it's not a typical **bug**. `(10)` is just an integer rather than a list based on the Python syntax, while `[10]` and `(10, )` are...