diff --git a/dev/sycl/adamw.cpp b/dev/sycl/adamw.cpp index 6839a0d..357f1be 100644 --- a/dev/sycl/adamw.cpp +++ b/dev/sycl/adamw.cpp @@ -128,7 +128,7 @@ int main(int argc, char** argv) { // Allocate device memory sycl::queue q(sycl::default_selector_v, sycl::property::queue::in_order()); - std::cout << "Running on: " << q.get_device().get_info() << "\n + std::cout << "Running on: " << q.get_device().get_info() << '\n'; float* d_params = sycl::malloc_device(num_parameters, q); float* d_grads = sycl::malloc_device(num_parameters, q);