Skip to content

Commit

Permalink
Fix for cpu build
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek committed Sep 14, 2023
1 parent 049ec1b commit 988f560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/compiler/xla/service/gpu/matmul_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ limitations under the License.
#include "tensorflow/compiler/xla/stream_executor/cuda/cuda_blas_lt.h"
#include "tensorflow/compiler/xla/stream_executor/host_or_device_scalar.h"
#include "tensorflow/tsl/platform/tensor_float_32_utils.h"
#endif // GOOGLE_CUDA
#elif TENSORFLOW_USE_ROCM
#include "rocm/rocm_config.h"
#endif // GOOGLE_CUDA || TENSORFLOW_USE_ROCM

namespace xla {
namespace gpu {
Expand Down

0 comments on commit 988f560

Please sign in to comment.