Skip to content

Commit 083b9e6

Browse files
authored
[ET-VK] Fix gpuinfo CI
Differential Revision: D62403691 Pull Request resolved: #5202
1 parent 370f304 commit 083b9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/tools/gpuinfo/include/architecture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ void warp_size(const App& app, const bool verbose = false) {
242242
});
243243

244244
std::vector<int32_t> data(app.nthread_logic);
245-
copy_staging_to_ptr(out_buf, data.data(), out_buf.nbytes());
245+
out_buf.copy_to(data.data(), out_buf.nbytes());
246246

247247
if (verbose) {
248248
std::stringstream ss;

0 commit comments

Comments
 (0)