diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 11:11:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-21 11:11:23 +0100 |
| commit | 185335e8efcac46e96e25e5a50e0d4b93152f983 (patch) | |
| tree | 8b5f824d4913aa7a3d3e70df0aaa6c0980b81122 /example/simple_allocator_op | |
| parent | 646d97f28c2891d634e3066535524fa28e297045 (diff) | |
feat: New release of `OCL.Core`, standalone module.v3.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/simple_allocator_op')
| -rw-r--r-- | example/simple_allocator_op/example.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simple_allocator_op/example.cc b/example/simple_allocator_op/example.cc index 83be033..433da22 100644 --- a/example/simple_allocator_op/example.cc +++ b/example/simple_allocator_op/example.cc @@ -1,7 +1,7 @@ #include <ocl/print.hpp> #include <ocl/allocator_op.hpp> -/// @brief Basic Send test +/// \brief Allocation of ints example. int main() { ocl::allocator<int> int_alloc; |
