Home
last modified time | relevance | path

Searched refs:kConstantBufferAlignBytes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_constants.h32 extern const int64 kConstantBufferAlignBytes;
Dgpu_constants.cc33 const int64 kConstantBufferAlignBytes = kXlaAllocatedBufferAlignBytes; variable
Dir_emitter.cc143 global_for_const->setAlignment(llvm::Align(kConstantBufferAlignBytes)); in EmitConstants()
Dgpu_executable.cc359 return kConstantBufferAlignBytes; in CheckAlignment()
Dir_emitter_unnested.cc590 return kConstantBufferAlignBytes; in BuildKernelPrototype()
788 global_for_const->setAlignment(llvm::Align(kConstantBufferAlignBytes)); in EmitConstant()