Francisco José Letterio

Results 15 issues of Francisco José Letterio

So I tried the following on my PC (W11, Visual Studio 2022) and on my workplace's (W10, Visual Studio 2017) When I cloned the [dgg-exercises repo](https://github.com/GeometryCollective/ddg-exercises) from scratch and built...

## Description Writing the necessary stuff so that we can have decoupled image/samplers in bindings ## Testing I changed example 07 a little bit and it runs normally. If you...

## Description The current cache holds all resources on memory at all times. This could be problematic if, for example, the cache is required to hold many shaders A streaming...

enhancement

## Description My first Nabla task! ## Testing Not much testing here ## TODO list: This might eventually become an extension like RadixSort

Slightly modified example 07 to test the sampled image in action

## Description Adds the option of doing Forward/Inverse FFT on Workgroup-Sized complex data ## Testing On the `nahim_complex_tests` branch, the example 05 is a bit hacked into shape and the...

Adds a new `64_FFT` test folder used to check that different FFT modules work properly

## Description Adds default barriers to bda accessors ## Testing None

Adds the Bloom example as example 11

Checks that the arithmetic and comparisons work as expected + checks it compiles for GPU