14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
#ifdef __CUDA_ARCH__
|
|
# if __CUDA_ARCH__ != 500
|
|
# error "Passed architecture 50, but got something else."
|
|
# endif
|
|
#endif
|
|
|
|
#ifndef ALWAYS_DEFINE
|
|
# error "ALWAYS_DEFINE not defined!"
|
|
#endif
|
|
|
|
int main()
|
|
{
|
|
}
|