diff options
| author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-09-17 13:17:57 +0200 |
|---|---|---|
| committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-09-17 13:17:57 +0200 |
| commit | 58f79a944d48e3570519ac78b8444d4dc90796ed (patch) | |
| tree | f8cd5f1e81db506dee6833b925dc11b1b705a008 /modules/remote-hip/examples | |
| parent | d2c1c0d73a602b77ae2eac1570e9f95141c0c666 (diff) | |
| download | forstio-forstio-58f79a944d48e3570519ac78b8444d4dc90796ed.tar.gz | |
wip
Diffstat (limited to 'modules/remote-hip/examples')
| -rw-r--r-- | modules/remote-hip/examples/hip_transfer_data.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-hip/examples/hip_transfer_data.cpp b/modules/remote-hip/examples/hip_transfer_data.cpp index 2742715..b44a291 100644 --- a/modules/remote-hip/examples/hip_transfer_data.cpp +++ b/modules/remote-hip/examples/hip_transfer_data.cpp @@ -19,6 +19,7 @@ __global__ void print_array_vals(saw::data<saw::schema::Array<saw::schema::Int16 int v = val->at(i).get(); printf("%d ", v); } + printf("\n"); auto raw_d = val->get_raw_data(); |
