Gabriel Wu

Results 147 comments of Gabriel Wu

Just made the following code work! `Taichi.jl` is an unpublished package written by me, using `Jl2Py.jl` under the hood. ```julia using Taichi let ti.init(; arch=ti.gpu) n = 640 pixels =...

> Amazing... Did you convert Julia AST to Python AST, or simply constructed the Taichi CHI IR using the Julia AST? I converted them to Python AST

I will publish the code later, and maybe a blog.

See https://github.com/lucifer1004/Taichi.jl

Suppose your folder structure to be: - parent - cf - group - gym - 1302 As a temporary workaround, you can use ```json "folder_name": { "acmsguru": "cf/acmsgurfu", "contest": "cf",...

This might be related to yesterday's server failure. Some functions might have been disabled after the failure, which caused this issue.

In my environment, Uni-Core works well with CUDA 12.

> 第三题欧拉筛是可以的吗 看题解的意思O(n) 10^9过不了啊 Kick Start是捆绑测试,100个Testcase算总时间,而欧拉筛只需要计算一次,所以能过。

> 第三题不错,第二题有点难,应该二三互换一下位置。 从最后结果来看是这样,但其实第三题还是更难的;主要是网赛,质数相关的各种资料很容易查到。