mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[FRONTEND] Fix declaration of feature option
This PR fixes declaration of feature option in triton-translate utility.
This commit is contained in:
@@ -96,7 +96,7 @@ LogicalResult tritonTranslateMain(int argc, char **argv,
|
||||
llvm::cl::value_desc("target triple"), llvm::cl::init("-amd-amdhsa"));
|
||||
|
||||
static llvm::cl::opt<std::string> GCNFeatures(
|
||||
"", llvm::cl::desc("AMDGCN features. e.g. '+sramecc,-xnack'"),
|
||||
"features", llvm::cl::desc("AMDGCN features. e.g. '+sramecc,-xnack'"),
|
||||
llvm::cl::value_desc("features"), llvm::cl::init("+sramecc,-xnack"));
|
||||
|
||||
llvm::InitLLVM y(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user