aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/llvm_compiler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/tests/llvm_compiler_test.cc')
-rw-r--r--tensorflow/compiler/xla/tests/llvm_compiler_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/compiler/xla/tests/llvm_compiler_test.cc b/tensorflow/compiler/xla/tests/llvm_compiler_test.cc
index 13df83ffff..e719da54d4 100644
--- a/tensorflow/compiler/xla/tests/llvm_compiler_test.cc
+++ b/tensorflow/compiler/xla/tests/llvm_compiler_test.cc
@@ -17,7 +17,7 @@ limitations under the License.
#include "tensorflow/compiler/xla/literal_util.h"
#include "tensorflow/compiler/xla/service/backend.h"
#include "tensorflow/compiler/xla/service/cpu/cpu_compiler.h"
-#include "tensorflow/compiler/xla/service/gpu/gpu_compiler.h"
+#include "tensorflow/compiler/xla/service/gpu/nvptx_compiler.h"
#include "tensorflow/compiler/xla/service/hlo_instruction.h"
#include "tensorflow/compiler/xla/service/platform_util.h"
#include "tensorflow/compiler/xla/test_helpers.h"
@@ -145,7 +145,7 @@ TEST_F(CpuCompilerTest, HooksTest) {
}
TEST_F(GpuCompilerTest, HooksTest) {
- gpu::GpuCompiler compiler;
+ gpu::NVPTXCompiler compiler;
TestCompilerHooks(&compiler);
}
@@ -155,7 +155,7 @@ TEST_F(CpuCompilerTest, MultiModuleCompilation) {
}
TEST_F(GpuCompilerTest, MultModuleCompilation) {
- gpu::GpuCompiler compiler;
+ gpu::NVPTXCompiler compiler;
TestMultiModuleCompilation(&compiler);
}
} // namespace