Remove warning exceptions for BoundingIntervalHierarchy recursive calls

Now that we no longer use a recursive algorithm to find cells in a BIH
structure, the exception should no longer be necessary.
This commit is contained in:
Kenneth Moreland 2018-07-25 13:34:58 -06:00
parent 8127093a2f
commit ab9d0fad25

@ -46,7 +46,6 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
# We explicitly only suppress specific worklets so we can see when new recursive
# worklets are added
"ptxas warning : Stack size for entry function.*NearestNeighborSearch3DWorklet.*"
"ptxas warning : Stack size for entry function.*BoundingIntervalHierarchy.*"
"ptxas warning : Stack size for entry function.*CoordinatesPortal.*"
"ptxas warning : Stack size for entry function.*CellRangesExtracter.*"