Yingqi Cao

Results 4 issues of Yingqi Cao

I'm on SM75 RTX2070 with CUDA12.0.0. I took out a single conv2d part from the Resnet50 example and want to compile it into an AIT model with datatype float32. However,...

When I was trying to build fx2ait with setup.py, it gives the following error: ``` -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 CMake Warning at /usr/local/lib/python3.8/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): static library kineto_LIBRARY-NOTFOUND...

When I use `!stream.full()` method as the loop execution condition for a while loop filling this stream, the loop runs infinitely. The code is compiled with `g++` as a simple...