test: Add missing 'REQUIRES' line

llvm-svn: 275784
This commit is contained in:
Tobias Grosser 2016-07-18 12:02:44 +00:00
parent 38fc0aed08
commit 05aad8dbcd
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
; A[(t + 1) % 2][i] += A[t % 2][i - 1] + A[t % 2][i] + A[t % 2][i + 1];
; }
; REQUIRES: pollyacc
; CODE: # host
; CODE-NEXT: {
; CODE-NEXT: cudaCheckReturn(cudaMemcpy(dev_MemRef_A, MemRef_A, (2) * (100) * sizeof(float), cudaMemcpyHostToDevice));