Unverified Commit fb3f4b01 authored by Joseph Huber's avatar Joseph Huber Committed by GitHub
Browse files

[libc] Add memory fence utility to the GPU utilities (#91756)

Summary:
GPUs like to execute instructions in the background until something
excplitely consumes them. We are working on adding some
microbenchmarking code, which requires flushing the pending memory
operations beforehand. This patch simply adds these utility functions
that will be used in the near future.
parent 5d18d575
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment