li longyu
Results
2
comments of
li longyu
Hey,Bro. I am curious about Why autor need allocating **x2 memory** inside BoundQueue? Can we only allocate x1 memory?
My Test ``` int main() { hipStream_t stream; hipStreamCreate(&stream); hipStreamDestroy(stream); } ```