-
### Description
Hello,
I tried running the https://jax.readthedocs.io/en/latest/profiling.html example:
```python
with jax.profiler.trace("/tmp/jax-trace", create_perfetto_link=True):
# Run…
-
i've tried setting up venv 3.9. Getting the following error.
running cuda 12
c++/cli v143
MSVC v143 - VS2022 c++ x64/x86 build tools
just ran out of ideas on how to fix.
(3.9) C:\tps>pip in…
-
我这里用的4060的显卡,CUDA是12.1的,报BLAS GEMM计算失败的错误,所以想问一下作者或者哪位可以成功部署的版本
-
CMake Error at yolo2_generated_blas_kernels.cu.o.cmake:266 (message):
-
In MATLAB, if I do
```
Nrows=1024;
Ncols=1024;
A=rand(Nrows,Ncols)+i*rand(Nrows,Ncols);
B=rand(Nrows,Ncols);
tic;for j=1:50
B*A;
end
toc/50
```
the timing is 114ms
If I compare thi…
-
```
ERROR: /home/acxz/.cache/bazel/_bazel_acxz/28b3542862100bec410760fc0ffe86f5/external/local_xla/xla/stream_executor/rocm/BUILD:487:11: Compiling xla/stream_executor/rocm/hip_blas_utils.cc [for too…
acxz updated
11 months ago
-
When building gsl there are a few problems.
1) gsl patch fails on 2.6
2) when using +external-cblas with nvhpc+blas:
==> Error: NoHeadersError: Unable to locate nvhpc headers in /opt/nvidia/hpc_sdk…
-
Hello.
I'm trying to build fenics which uses petsc with ML. However, the petsc compilation fails on my system (ArchLinux) during the compilation of ML, which is downloaded from https://bitbucket.org/…
-
Hello again dear maintainers
I find myself in the need of preallocated matrix operations, like `add`, `mul`, `map` and so. For this the `_to` methods taking a `&mut out` argument are great, however…
-
Creating an environment from the yaml file results in:
Could not solve for environment specs
The following packages are incompatible
├─ numpy 1.15.0** is installable with the potential options
…