Skip to content

Commit

Permalink
ada sisa debugging yang ketinggalan:v
Browse files Browse the repository at this point in the history
  • Loading branch information
M Reza Dwi Prasetiawan authored and M Reza Dwi Prasetiawan committed Dec 7, 2024
1 parent 9b77a9d commit ca71b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ int main() {
cout<<to_string(waitFenceRes)<<endl;

inBuffPtr=static_cast<float*>(dev.mapMemory(inBuffMem,0,buffSize));
cout<<"line 248 Ukuran tiap input/outputnya dalam byte = ";
cout<<fixed<<setprecision(9)<<buffSize<<endl;
float* outBuffPtr=static_cast<float*>(dev.mapMemory(outBuffMem,0,buffSize));

Expand Down

0 comments on commit ca71b1e

Please sign in to comment.