Valentin Churavy

Results 1415 comments of Valentin Churavy

What's the `versioninfo()` of your machine?

Sigh, I think we are still running with RTDYLD instead of JITLink. I will take a look. cc:@gbaraldi

Yeah the beta version of 1.10

cc: @tkf @maleadt One thing I would first do is to use NSight systems to profile your application https://cuda.juliagpu.org/stable/development/profiling/#NVIDIA-Nsight-Systems > When I used the @time macro on the line doing...

Attempt at fixing https://github.com/JuliaInterop/Clang.jl/issues/430#issuecomment-1548781755

Struggles still with: ``` /// Severity of a diagnostic. enum MlirDiagnosticSeverity { MlirDiagnosticError, MlirDiagnosticWarning, MlirDiagnosticNote, MlirDiagnosticRemark }; typedef enum MlirDiagnosticSeverity MlirDiagnosticSeverity; ```

Motivating PR in MLIR.jl https://github.com/JuliaLabs/MLIR.jl/pull/10, but of course kinda ugly since we suddenly have to deal with new things...

> is not enough for generic C++ support, we need to add C++ standard library and system headers like what has been done in ClangCompiler.jl Yeah I don't need generic...

> Is this problem caused by the audit step? No the issue is that C++ mode changes the representation of some of the Clang nodes. I needed https://github.com/JuliaInterop/Clang.jl/pull/435 to sucesfully...

I see I will need to grumble at upstream for putting that into a C header