We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eef2fe commit 61b42a3Copy full SHA for 61b42a3
source/ur/ur.hpp
@@ -375,12 +375,3 @@ static inline void roundToHighestFactorOfGlobalSizeIn3d(
375
MaxBlockDim[2]));
376
roundToHighestFactorOfGlobalSize(ThreadsPerBlock[2], GlobalSize[2]);
377
}
378
-
379
-template <typename T>
380
-inline bool listContainsElem(uint32_t numEventsInList, const T *phList,
381
- const T Elem) {
382
- for (auto i = 0u; i < numEventsInList; ++i)
383
- if (phList[i] == Elem)
384
- return true;
385
- return false;
386
-}
0 commit comments