diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-01 22:23:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-01 22:23:31 +0100 |
| commit | e4f9c35be60a704c7b0e441c069d8e1de3e16d8a (patch) | |
| tree | c08aa52cfb3556c63bfbcca164773e526ab819a2 /include/ocl.hpp | |
| parent | 197eacadb1259fd22fd4b5df639549171c4d7e1e (diff) | |
chore: bump version and update ocl.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl.hpp')
| -rw-r--r-- | include/ocl.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ocl.hpp b/include/ocl.hpp index 1157c47..90cef28 100644 --- a/include/ocl.hpp +++ b/include/ocl.hpp @@ -1,15 +1,15 @@ -// Copyright 2023-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2023-2026, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// Official repository: https://github.com/ocl-org/ocl +// Official repository: https://git.ocl.nekernel.org/src #ifndef OCL_HPP #define OCL_HPP -// Version header +// Version header. #include <ocl/version.hpp> -// Mandatory core headers. +// Mandatory OCL headers. #include <ocl/allocator_op.hpp> #include <ocl/crc_hash.hpp> #include <ocl/option.hpp> |
