Edwin Lester Solís Fuentes
Edwin Lester Solís Fuentes
Added a black hole raytracing example. Description ----------- Added a Black Hole Raytracing Example to the ArrayFire example list. It was added to the `pde` folder and it contains 1...
Added another fluid simulation example Description ----------- Added a Smothered Particle Hydrodynamics Computational Fluid Simulation Example to the ArrayFire example list. It was added to the `pde` folder and it...
Added a fluid simulation example Description ----------- Added a Lattice Boltzmann Computational Fluid Simulation Example to the ArrayFire example list. It was added to the `pde` folder and it contains...
Fixes CMake Generator Expression Issue with a system with no OpenCL installed compiles arrayfire without the OpenCL backend Description ----------- * Is this a new feature or a bug fix?:...
Adds compatibility for cuda 12.5 toolkit and their respective drivers Description ----------- * Is this a new feature or a bug fix?: Feature * Why these changes are necessary.: Support...
Fixes cmake configuring issue where specified cmake policy is not available prior to a certain cmake version: https://cmake.org/cmake/help/latest/policy/CMP0146.html ----------- * Is this a new feature or a bug fix?: Bug...
Add cmake installation for spdlog library when it is not locally available or AF_WITH_SPDLOG_HEADER_ONLY is disabled. Description ----------- * Is this a new feature or a bug fix?: Bug fix...
Fix compilation error due to OpenCL HPP headers change in the type returned by getInfo() Description ----------- * Is this a new feature or a bug fix?: Bug Fix *...
Temporary fix for inline namespace with thrust compiling with MSVC Description ----------- * Is this a new feature or a bug fix?: Temporary fix * More detail if necessary to...
When compiling the cuda backend with MSVC 19.40, it reports an error for template specialization of a function inside an inline namespace. It has been verified that neither [clang nor...