Skip to content

Change List

jgbit edited this page Apr 9, 2020 · 5 revisions

Change List

09/04/2020

  • VUDA Wiki introduced.
  • CUDA function wrapper (vuda_runtime.hpp), enabling porting of and comparison with CUDA.
  • VUDA now looks for queue families dedicated to compute and transfer.
  • Deleting a node in the binary search tree that holds device pointers is now a copy free operation.
  • Device query sample.

Previous changes

Date Changes
23/11/2019 support for embedded kernels, embedded kernel sample
15/10/2019 internal state and memory allocation improvements, shared memory sample
20/12/2018 data structure for managing descriptor set and command buffer pool allocations
25/11/2018 Makefiles and gcc conformity
13/11/2018 virtual alloc for local device mem, one buffer per mem alloc, vuda::events, sync memcpy conformity, bandwidthtest, julia set
25/10/2018 memory allocator introduced: mallocHost, hostAlloc, optimized memory transfers, (comparable speeds with cuda in simple vector addition)
17/10/2018 kernel interface updated: kernel specialization, arbitrary arguments
06/10/2018 initial commit
Clone this wiki locally