changed device code tests to work not to work as one

Change-Id: I0eec1eab19dda3b703bc3a0d778a6bbb2802a412
Este commit está contenido en:
Aditya Atluri
2017-01-27 09:20:14 -06:00
padre b37422d30b
commit 66dc2d42db
Se han modificado 11 ficheros con 116 adiciones y 10 borrados
@@ -17,8 +17,15 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp
* RUN: %t
* HIT_END
*/
#include<hip/hip_runtime.h>
#include<hip/hip_runtime_api.h>
#include"test_common.h"
#include<iostream>
#define NUM 1024
@@ -72,4 +79,5 @@ int main()
for(unsigned i=0;i<NUM;i++) {
assert(A[i] == B[i]);
}
passed();
}