fix headers

This commit is contained in:
Max Lübke 2023-10-06 11:08:11 +02:00
parent ca136ac2e6
commit 3fcd37fb1f

View File

@ -4,17 +4,14 @@
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <hipSYCL/sycl/info/device.hpp>
#include <iostream>
#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>
#include <utility>
#include "matrix.hpp"
#include "timer.hpp"
namespace sycl = cl::sycl;
#define stream_hex(_val) std::hex << _val << std::dec
#define print_pair(_desc, _chksm, _time) \