Isuru Fernando
Isuru Fernando
@albert-github, it's not a filesystem issue. We have set MACOSX_DEPLOYMENT_TARGET=10.9 and `CPPFLAGS=-mmacosx-version-min=10.9` in our build system (10.9 can be changed by the user). For some reason with the changes in...
We have cross compilation support in conda-forge. We cross compiled numpy, scipy, matplotlib for `osx-arm64` platform. First thing to do would be to add a platform to `conda` and `conda-build`....
I'm not sure I understand the docs failure. Any suggestions?
Ready for a review. This works fine in https://github.com/inducer/sumpy/pull/138
For eg: `base_indices` is missing from `TemporaryVariable`'s `__repr__`. There is a bug in `privatize_temporaries_with_inames` at https://github.com/inducer/loopy/blob/main/loopy/transform/privatize.py#L211 where `base_indices` is not fixed. I was comparing two `TemporaryVariable` instances where `base_indices` was...
What do you get with the following python script? ``` import ctypes ctypes.CDLL("/root/.cache/pocl/kcache/BE/MOBLELKJLIDIDNGDDBMLJOMHKKPDENIPNOOGC/vector_add/0-0-0/vector_add.so") ```
The file `/root/.cache/pocl/kcache/BE/MOBLELKJLIDIDNGDDBMLJOMHKKPDENIPNOOGC/vector_add/0-0-0/vector_add.so` exists right?
And there are no missing symbols when you run `nm -a /root/.cache/pocl/kcache/BE/MOBLELKJLIDIDNGDDBMLJOMHKKPDENIPNOOGC/vector_add/0-0-0/vector_add.so` ?
What's the issue with the file type? You mentioned that the file type is `ELF 64-bit LSB shared object, UCB RISC-V, RVC, soft-float ABI, version 1 (SYSV), dynamically linked, with...
What's the file type of other RISCV64 shared libraries?