Fix enzyme build errors
This commit is contained in:
parent
ad27045c31
commit
cb53e97870
2 changed files with 6 additions and 6 deletions
|
@ -42,10 +42,10 @@ pub use self::Enzyme_AD::*;
|
|||
#[cfg(llvm_enzyme)]
|
||||
pub mod Enzyme_AD {
|
||||
use libc::c_void;
|
||||
extern "C" {
|
||||
unsafe extern "C" {
|
||||
pub fn EnzymeSetCLBool(arg1: *mut ::std::os::raw::c_void, arg2: u8);
|
||||
}
|
||||
extern "C" {
|
||||
unsafe extern "C" {
|
||||
static mut EnzymePrintPerf: c_void;
|
||||
static mut EnzymePrintActivity: c_void;
|
||||
static mut EnzymePrintType: c_void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue