We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49ffbd commit 340858bCopy full SHA for 340858b
sycl/test-e2e/Prefetch/joint_prefetch.cpp
@@ -134,6 +134,8 @@ int main() {
134
address_space_cast<
135
access::address_space::global_space COMMA access::decorated::yes>(
136
&dataChar[idx.get_local_linear_id() * arrSize]))
137
+
138
+ free(dataChar, q);
139
}
140
{
141
std::vector<int> data(N);
sycl/test-e2e/Prefetch/prefetch.cpp
@@ -119,6 +119,8 @@ int main() {
119
120
121
&dataChar[idx * arrSize]))
122
123
124
125
126
0 commit comments