Edwin Lester Solís Fuentes

Results 31 issues of 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...

examples

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...

examples

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...

examples

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?:...

build
Linux
OpenCL
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...

support
CUDA
driver

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...

build
fix
internal

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...

build
internal

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 *...

build
OpenCL
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...

build
Windows
fix

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...

bug
build
Windows