Tom Westerhout

Results 20 issues of Tom Westerhout

* I open a file in `nvim` * do `:messages` * do `:call ClangUpdateQuickFix()` This results in the following error output: ``` "include/boost/static_views/concepts.hpp" 251L, 6757C Error detected while processing function...

A question: are there any plans to add support for complex numbers? For example, `Vc::simd` would still use `__m128` as underlying type, but `size()` would return 2 rather than 4.

type: enhancement

about branch: *master* ### Background So my question is about "extending" Vc, i.e. wrapping some intrinsics into Vc functions. So, say, I have some C functions: ```cpp extern "C" {...

type: question
WG21 — P0214

I just ran into an issue that `dprimme` crashed with the following error: ``` ** On entry to DGEMV parameter number 6 had an illegal value ``` PRIMME is using...

In Section 3.4.1 (Computational Requirements: Memory) of your paper "PRIMME: PReconditioned Iterative MultiMethod Eigensolver: Methods and software description" it is mentioned that the amount of allocated memory can be reduced...

Quoting the docs: > NetKet is built upon a fast C++ core, > NetKet is built using MPI primitives, and can scale up to thousands of CPU cores. These are...

enhancement
help wanted
good first issue

The FindCUDA module is considered deprecated: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/#importing-tarballs-into-cmake, and the [official documentation](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/#importing-tarballs-into-cmake) suggests to use [FindCUDAToolkit](https://cmake.org/cmake/help/latest/module/FindCUDAToolkit.html) instead. It's currently used here: https://github.com/arrayfire/arrayfire/blob/23ee0650e034e33a70015d98f71deb350238189d/CMakeLists.txt#L64 Would you be open to switching to FindCUDAToolkit? (The...

feature

Description =========== Cholesky and Inverse tests are failing for the complex double datatype in the OpenCL backend. Here's the output: ``` Note: Google Test filter = Inverse/3.SquareMultiplePowerOfTwo [==========] Running 1...

bug

Description =========== I'm compiling ArrayFire v3.8.3 with the following CMake flags: ```sh export AF_CMAKE_FLAGS="-DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DAF_TEST_WITH_MTX_FILES=OFF -DAF_BUILD_EXAMPLES=OFF -DAF_BUILD_FORGE=OFF -DAF_BUILD_OPENCL=ON -DAF_BUILD_CUDA=OFF -DAF_COMPUTE_LIBRARY='FFTW/LAPACK/BLAS' -DAF_USE_RELATIVE_TEST_DIR=OFF -DCMAKE_CXX_FLAGS=-DSPDLOG_FMT_EXTERNAL=1" ``` Running `inverse_dense_opencl` produces: ```sh $ AF_TRACE=all...

bug

Hello, I'm trying to update the arrayfire package in [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/libraries/arrayfire/default.nix#L61). I've succeeded in making ArrayFire 3.8.3 compile, but now some tests are failing (sorry for lots of output): ``` arrayfire>...

bug