Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit f904ccd

Browse files
Sven Verdoolaegeftynse
authored andcommitted
promoteToRegistersBelowThreads: drop useless using clause
It probably hasn't been required for a while, but it's clearly not needed now.
1 parent 31fd67b commit f904ccd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tc/core/polyhedral/cuda/memory_promotion_heuristic.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,6 @@ void promoteToRegistersBelow(MappedScop& mscop, detail::ScheduleTree* scope) {
734734

735735
// Promote at the positions of the thread specific markers.
736736
void promoteToRegistersBelowThreads(MappedScop& mscop, size_t nRegisters) {
737-
using namespace tc::polyhedral::detail;
738-
739737
auto& scop = mscop.scop();
740738
auto root = scop.scheduleRoot();
741739
auto markers = findThreadSpecificMarkers(root);

0 commit comments

Comments
 (0)