Skip to content

Commit

Permalink
Merge pull request #48 from exasmr/h100_support
Browse files Browse the repository at this point in the history
Add H100 Preset
  • Loading branch information
paulromano authored Jan 17, 2024
2 parents a4af6e7 + 5a344ca commit 5aebf75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
"PRESET_CXX_FLAGS": "-foffload-lto"
}
},
{
"name": "llvm_h100",
"inherits": ["llvm"],
"displayName": "LLVM Clang H100",
"environment": {
"PRESET_CXX_FLAGS": "-fopenmp-targets=nvptx64 -Xopenmp-target -march=sm_90"
}
},
{
"name": "llvm_mi100",
"inherits": ["llvm"],
Expand Down

0 comments on commit 5aebf75

Please sign in to comment.