Killian Q. Zhuo

Results 4 issues of Killian Q. Zhuo

As said in the title, could we provide a script mode that has nothing to do with the turtle and the GUI, just run a script file like what `load`...

In my plan, the roadmap is: - [x] construct Tensor from Julia Array - [x] convert Tensor to Julia Array - [x] Scalar type support - [x] auto-generate APIs of...

The problem is posted at https://discourse.julialang.org/t/got-unreachable-reached-error-while-using-irtools/44860, below is a minimal work example: ``` using IRTools using InteractiveUtils f(x) = x + 1 @show IRTools.@code_ir f(1) IRTools.@dynamo function test(a...) ir =...