Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nooodles2023 authored Jan 18, 2024
1 parent 4f55ac0 commit a8f1e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/windows/clink_cuda/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ CUresult Render::Dispatch(uint32_t index, uint32_t count, ...) {

// set cuda request params
std::string params(sizeof(CudaRequest) + sizeof(uint64_t) * count, '\0');
params.resize(sizeof(CudaRequest) + sizeof(uint64_t) * count);
auto cuda = (CudaRequest*)params.data();
cuda->api_index = index;
cuda->param_count = count;
Expand Down

0 comments on commit a8f1e2b

Please sign in to comment.