alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
Todo List
Concept alpaka::concepts::Alignment
link to alignment documentation in the general docs
Concept alpaka::concepts::impl::IDataSource

implement concept alpaka::concepts::Extents and use it as return value

implement concept alpaka::concepts::Pitches and use it as return value

Concept alpaka::concepts::impl::IMdSpan
add getSlice, getConstSlice and getView, getConstView functions
Struct alpaka::core::CallbackThread::Task
with C++23 std::move_only_function should be used
Member alpaka::divCeil (T_Vector0 a, T_Vector1 b)
the function for integral values is defined in Utils.hpp move this to a better place, e.g. math and expose this for the user too
Struct alpaka::internal::generic::SimdFillKernel
replace the kernel as soon as we have an algorithm forEach callable from host
Member alpaka::onHost::internal::AdjustThreadSpec::Op< cpu::Device< T_Platform >, FrameSpec< T_NumFrames, T_FrameExtents, exec::CpuSerial >, T_KernelBundle >::operator() (cpu::Device< T_Platform > const &device, FrameSpecType const &frameSpec, T_KernelBundle const &kernelBundle) const

add shortcut to create a CVec with equal values

add shortcut to create a CVec with equal values

Struct alpaka::onHost::logger::internal::StdErr

seperate the indention level from the writer

write additional logger, std::cout and thread save logger

Member alpaka::onHost::SharedBuffer< T_Api, T_Type, T_Extents, T_MemAlignment >::ConstPtr_t
move this to traits or somewhere else that it can be used everywhere