Skip to content

Commit

Permalink
more profile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjknight committed Jun 3, 2024
1 parent 785cde8 commit 71955f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gpu/src/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ Device::~Device()
}

#if defined(_USE_GPU)
profile_start("Deallocate");

for(int i=0; i<num_devices; ++i) {

pm->dev_set_device(i);
Expand Down Expand Up @@ -199,8 +197,6 @@ Device::~Device()
pm->dev_free(d_vPpj);
pm->dev_free(d_vk_bj);

profile_stop();

printf("LIBGPU :: Finished\n");
#endif

Expand Down

0 comments on commit 71955f3

Please sign in to comment.