changed __global__ attribute

1. Moved around tests and added them to HIT

Change-Id: I5d75280c42a5af852670ebabc7305ee56721ec7b
This commit is contained in:
Aditya Atluri
2017-02-03 10:53:36 -06:00
parent 2790e9a448
commit 5e3d63c0a3
52 changed files with 316 additions and 411 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
/*
Copyright (c) 2015-2016 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2015-2017 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@ THE SOFTWARE.
// __device__ maps to __attribute__((hc))
__device__ int foo(int i)
__device__ int foo(int i)
{
return i+1;
}
@@ -96,4 +96,3 @@ int main(int argc, char *argv[])
passed();
}