Skip to content

Commit

Permalink
remove gfx701 from nullkernel since llvm-object doesn't support it, f…
Browse files Browse the repository at this point in the history
…ix path the bundling tool
  • Loading branch information
scchan committed Mar 15, 2017
1 parent 5214308 commit 5417b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchEmptyKernel/nullkernel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %hc --amdgpu-target=gfx701 --amdgpu-target=gfx801 --amdgpu-target=gfx802 --amdgpu-target=gfx803 -fPIC -Wl,-Bsymbolic -shared %S/nullkernel.cpp -o %T/nullkernel
// RUN: %extractkernel -i %T/nullkernel
// RUN: %hc --amdgpu-target=gfx801 --amdgpu-target=gfx802 --amdgpu-target=gfx803 -fPIC -Wl,-Bsymbolic -shared %S/nullkernel.cpp -o %T/nullkernel
// RUN: HCC_HOME=%llvm_libs_dir/../../ %extractkernel -i %T/nullkernel

#include "hc.hpp"
#include "grid_launch.hpp"
Expand Down

0 comments on commit 5417b23

Please sign in to comment.