Niansong Zhang

Results 11 comments of Niansong Zhang

> > 我这把`external: tun0`删掉之后danted命令就可以运行了,socks5也正常了 > > 通过 socks5 是否可以访问只有 vpn 能访问的站点? > > 我有点疑惑其实,这里 EasyConnect 是怎么让容器里的流量走代理的。从上面的对话看,EasyConnect 没有产生 `tun0` 这样的 network interface,然后路由表似乎也没有改(再看看 `ip route list table local`、`ip route list table main`...

# Function Outlining API Proposal As this issue points out, using Python decorator to specify function outlining could lead to scope issue: when submodules defined in a different Python are...

`ExecutionEngine` randomly produces wrong results for bitwidth 513-1024, I'm still debugging this issue. Will update you once it's solved.

I received this feedback from a HeteroCL user, their use case is also convolution: > For example, my original conv layer had 4 outer layers and 4 inner layers of...

We can represent such imperfect loop nests as trees, but I'm not sure if we want to do that

This seems like a limitation of `milr::permuteLoops`, I will look into this and provide more detail

hi, sorry that I didn't keep any of the pre-trained model with dilated conv layer. If you would like to check the tiny yolo with dilated conv configuration, please check...

Hi Erick, I have a question about the test cases in `catalyst/frontend/test/pytest/test_cuda_integration.py`. I'm using the [latest CUDA Quantum Docker](https://nvidia.github.io/cuda-quantum/latest/install.html#docker) container to run `cudaq`, and I built the latest main branch...

Thank you @erick-xanadu for investigating this!!! I have switched to 0.6.0 and it now works. I was traveling in the last few days, let me finish my PR today :)

Hello @dime10, I have a version that passes all tests now, please take a look at my changes. Thanks!!