fix headers
This commit is contained in:
parent
ca136ac2e6
commit
3fcd37fb1f
@ -4,17 +4,14 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <hipSYCL/sycl/info/device.hpp>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <CL/sycl.hpp>
|
#include <sycl/sycl.hpp>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "matrix.hpp"
|
#include "matrix.hpp"
|
||||||
#include "timer.hpp"
|
#include "timer.hpp"
|
||||||
|
|
||||||
namespace sycl = cl::sycl;
|
|
||||||
|
|
||||||
#define stream_hex(_val) std::hex << _val << std::dec
|
#define stream_hex(_val) std::hex << _val << std::dec
|
||||||
|
|
||||||
#define print_pair(_desc, _chksm, _time) \
|
#define print_pair(_desc, _chksm, _time) \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user