Boring545
Boring545
## Describe the bug 我在ubuntu20.04环境下已经配好了所有的环境,按照教程走的时候在最后测试的时候出现错误, 我使用的编译器是g++,python是3.8,显卡驱动包括CUDA都已经安装。 我也尝试过clang++来进行上述操作,但也出现了bug,这里就暂时不贴了。 似乎在日志中定位到了一个地方, nvcc fatal : Value 'compute_86' is not defined for option 'gpu-architecture' 但我不太理解具体的意思。 请帮帮我,感谢。 ## Full Log jasonbus@jasonbus:~$ python3 -m jittor.test.test_example [i 0724...
Here's the process I followed to build happy, ending with the reported error: ``` wget https://hackage.haskell.org/package/happy-1.20.1/happy-1.20.1.tar.gz tar -xf happy-1.20.1.tar.gz cd happy-1.20.1 ghc --make Setup.hs ./Setup configure --user --enable-library-profiling ``` Attempt...
I attempted to compile `wasmtime` and its C API on a RISC-V 64 platform. The steps are as follows: 1. **Clone the Wasmtime Repository and Compile**: ```bash git clone https://github.com/bytecodealliance/wasmtime.git...
I am attempting to use `rules_go` and Bazel to compile a Go program on an operating system with a `RISC-V` CPU architecture, and I want to use the locally installed...
### Description of the bug: During a Bazel build, my server completely lost responsiveness after running the build for some time. I tried to limit resource usage by specifying the...