utility 90 Bytes
Newer Older
fuhuangpei's avatar
fuhuangpei committed
1
2
3
4
5
6
7
8
9
#pragma once

#include <utility>

namespace cuda {
namespace std {
using ::std::swap;
}
}