Skip to content

Commit

Permalink
[SYCLomatic] Remove cusparseSolvePolicy_t from bt-unsupported-type-fu…
Browse files Browse the repository at this point in the history
…nction (#489)

Signed-off-by: Jiang, Zhiwei <zhiwei.jiang@intel.com>
  • Loading branch information
zhiweij1 authored Oct 20, 2023
1 parent bf529b7 commit 4294319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion behavior_tests/src/bt-unsupported-type-function/do_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def migrate_test():
warn_1007_count += 1
if "DPCT1082" in line:
warn_1082_count += 1
if warn_1007_count == 5 and warn_1082_count == 19:
if warn_1007_count == 5 and warn_1082_count == 17:
return True
return False
def build_test():
Expand Down
4 changes: 0 additions & 4 deletions behavior_tests/src/bt-unsupported-type-function/test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ int main(int argc, char **argv) {

std::vector<cudaMemcpy3DParms *> vc3dp;

std::vector<cusparseSolvePolicy_t> vsp;

volatile cusparseSolvePolicy_t SP;

CUexternalMemory cum;

CUexternalSemaphore cus;
Expand Down

0 comments on commit 4294319

Please sign in to comment.