changed device code tests to work not to work as one

Change-Id: I0eec1eab19dda3b703bc3a0d778a6bbb2802a412


[ROCm/clr commit: eee520def9]
This commit is contained in:
Aditya Atluri
2017-01-27 09:20:14 -06:00
szülő ebb51a54b9
commit 324409b2bb
11 fájl változott, egészen pontosan 116 új sor hozzáadva és 10 régi sor törölve
@@ -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();
}