Skip to content

Commit

Permalink
remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Aug 2, 2023
1 parent e32fdef commit a2287e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/04_julia/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ int main(

commandQueue.enqueueUnmapMemObject(
deviceMemDst,
(void*)buf ); // TODO: Why isn't this a const void* in the API?
(void*)buf );
}

return 0;
Expand Down
2 changes: 1 addition & 1 deletion samples/04_sobel/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ int main(

commandQueue.enqueueUnmapMemObject(
deviceMemDst,
(void*)buf ); // TODO: Why isn't this a const void* in the API?
(void*)buf );
}

return 0;
Expand Down

0 comments on commit a2287e8

Please sign in to comment.