-
I am getting a native crash error with a recent version of crayon:
```
$ type crayon
crayon is aliased to `mono $CRAYON_HOME/crayon.exe'
```
My `Testing.build` file:
```
{
"id": "Testfai…
-
The [bitwise](https://github.com/dibyendumajumdar/ravi/blob/master/ravi-tests/bitwise_tests.lua) tests fail when compiled for 32-bit binary on Windows. The standard Lua tests complete successfully so …
-
#### Chaquopy version
classpath "com.chaquo.python:gradle:16.0.0"
#### Devices or emulators where the issue happens
S22+
#### Relevant parts of your code
```
Float32List datafrompy = awa…
-
This issue discusses in detail how the compiler treats a loop containing a compiled function which is sensitive to the `ctype` of its argument.
Consider the program https://github.com/alexandergall…
-
There is a bug in mono implementation of GenericPrincipal constructor.
It should pass identity from constructor into base.AddIdentity() method.
CoreFx implementation does this in correct way (http…
-
Hi, there!
I want to implement support for infinite recursion and continuation in my language by releasing stack with trampoline before they grow big enough to cause an overflow.
In MIR, it is very …
-
when running examples in **Basic Usage**, it shows errors:
```shell
2024-09-07 20:09:29,033 - modelscope - INFO - PyTorch version 2.0.1 Found.
2024-09-07 20:09:29,033 - modelscope - INFO - Loadin…
-
Click to expand!
### Issue Type
Support
### Have you reproduced the bug with TF nightly?
No
### Source
source
### Tensorflow Version
master, commit id 1bd12b4863759e44da4139…
-
Lua has no notion of a class hierarchy. Therefore, it might be a good fit for having a functional dialect. The dialect should have a relation similar to the relation between ReScript / Elm and JavaScr…
-
### 🐛 Describe the bug
Hi team,
we're now investigating the export to onnx feature and we found that some update logic in the original pytorch model is not working in the converted onnx model. The …