-
### 🐛 Describe the bug
When there's more than one output that aliases the same tensor, we get a SEGFAULT in AOTInductor.
```python
# in test/inductor/test_aot_inductor.py
def test_doub…
-
## System Information
- SteamTinkerLaunch version: steamtinkerlaunch-v14.0.20231105-3
- Distribution: Arch Linux
- Installation Method: AUR
## Issue Description
I seem to be attracte…
-
This stemmed from https://github.com/shirok/Gauche/issues/990
`gauche-package compile` is provided to make building extensions simpler. It originally aimed at handling `*.c` files and `*.stub` fil…
-
Is there a way to do this? For example, to [reduce parallelism](https://www.graalvm.org/latest/reference-manual/native-image/overview/Options/), I tried:
```sh
$ ./mvnw clean package -Pmariadb -Pnat…
-
There's a TODO in the code:
https://github.com/dotnet/runtime/blob/b438888c5504c8dafe3746393ab76f3e5e1eff6d/src/coreclr/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs#L229-L234
Notably,…
-
### Description
NativeAOT Convert C# Struct to C++ Pointer Failed
There is a C# Struct like this :
[StructLayout(LayoutKind.Sequential, Pack = 1)]
internal struct OPEN_SETTING_EXT
…
-
### Description
Exceptions thrown from `[UnmanagedFunctionPointer]` delegates are not caught by `try-catch` block in outer `[UnmanagedCallersOnly]` NAOT compiled method. The issue looks critical to…
-
Currently an AOT module produced by `node-api-dotnet` must be loaded via CommonJS `require()`. And there is an [example project](https://github.com/microsoft/node-api-dotnet/tree/main/examples/aot-npm…
-
As per the title, the .NET 8 RC1 SDK is reporting a number of new errors when setting properties such as:
* `EnableAotAnalyzer`
* `EnableSingleFileAnalyzer`
* `EnableTrimAnalyzer`
* `IsTrimmable`
…
-
Currently Tmds.DBus.Protocol is not marked as trimmable.
see https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming.
tibel updated
7 months ago