Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions deps/ReactantExtra/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,6 @@ REACTANT_ABI char *GetDefaultTargetTriple(void) {
return LLVMGetDefaultTargetTriple();
}

REACTANT_ABI MLIR_CAPI_EXPORTED MlirAttribute
enzymeActivityAttrGet(MlirContext ctx, int32_t val) {
return wrap(mlir::enzyme::ActivityAttr::get(unwrap(ctx),
(mlir::enzyme::Activity)val));
}

// Create profiler session and start profiling.
// advanced_config_keys/values are parallel arrays of key-value pairs that
// get inserted into ProfileOptions::advanced_configuration.
Expand Down
7 changes: 1 addition & 6 deletions deps/ReactantExtra/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1114,17 +1114,12 @@ cc_library(
"-Wl,-exported_symbol,_enzymexla*",
"-Wl,-exported_symbol,_mlir*",
"-Wl,-exported_symbol,_sdy*",
"-Wl,-exported_symbol,_enzyme*",
"-Wl,-exported_symbol,_EnzymeJaXMapSymbol",
"-Wl,-exported_symbol,_InitializeLogs",
"-Wl,-exported_symbol,_SetLogLevel",
"-Wl,-exported_symbol,_SetModuleLogLevel",
"-Wl,-exported_symbol,_GetDefaultTargetTriple",
"-Wl,-exported_symbol,_enzymeActivityAttrGet",
"-Wl,-exported_symbol,_enzymeRngDistributionAttrGet",
"-Wl,-exported_symbol,_enzymeSupportAttrGet",
"-Wl,-exported_symbol,_enzymeHMCConfigAttrGet",
"-Wl,-exported_symbol,_enzymeNUTSConfigAttrGet",
"-Wl,-exported_symbol,_enzymeSymbolAttrGet",
"-Wl,-exported_symbol,_UninitPJRTBuffer",
"-Wl,-exported_symbol,_CopyToBuffer",
"-Wl,-exported_symbol,_CopyFromBuffer",
Expand Down
Loading