Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from luwei0917/patch-1
Browse files Browse the repository at this point in the history
Update find_ranges_grid_ds.cuh
  • Loading branch information
phermosilla authored Jan 24, 2022
2 parents 9c79ea0 + 96d3b73 commit cc067a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IEProtLib/tf_ops/cu/header/find_ranges_grid_ds.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "defines.hpp"
#include "gpu_device.hpp"
#include <memory>
#include <vector>

namespace mccnn{

Expand Down Expand Up @@ -76,4 +77,4 @@ namespace mccnn{
std::vector<int>& pOutVector);
}

#endif
#endif

0 comments on commit cc067a2

Please sign in to comment.