You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// This header is used by tests which are interested in __device__ functions
|
|
// which appear in a system header.
|
|
|
|
__device__ int OverloadMe();
|
|
|
|
namespace ns {
|
|
using ::OverloadMe;
|
|
}
|