MLIR  19.0.0git
List of all members
mlir::gpu::OffloadingTranslationAttrTrait< ConcreteType > Class Template Reference

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 >:

Additional Inherited Members

- Protected Member Functions inherited from mlir::detail::StorageUserTraitBase< ConcreteType, TraitType >
ConcreteType getInstance () const
 Return the derived instance. More...
 

Detailed Description

template<typename ConcreteType>
class mlir::gpu::OffloadingTranslationAttrTrait< ConcreteType >

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 35 of file CompilationInterfaces.h.


The documentation for this class was generated from the following file: