| MLIR
    22.0.0git
    | 
This class indicates that the attribute associated with this trait is a GPU offloading translation attribute. More...
#include "mlir/Dialect/GPU/IR/CompilationInterfaces.h"
 Inheritance diagram for mlir::gpu::OffloadingTranslationAttrTrait< ConcreteType >:
 Inheritance diagram for mlir::gpu::OffloadingTranslationAttrTrait< ConcreteType >:| Additional Inherited Members | |
|  Protected Member Functions inherited from mlir::detail::StorageUserTraitBase< ConcreteType, TraitType > | |
| ConcreteType | getInstance () const | 
| Return the derived instance.  More... | |
This class indicates that the attribute associated with this trait is a GPU offloading translation attribute.
These kinds of attributes must implement an interface for handling the translation of GPU offloading operations like gpu.binary & gpu.launch_func. 
Definition at line 37 of file CompilationInterfaces.h.