-
### Report
reinstalling my package scdataloader (using uv instead of pip) but with the same lamindb versions:
lamindb==0.76.3
bionty==0.49.0
I get an error when doing:
```python
(scDataLoader…
-
Building on what has already been done with [compiler.py](src/fdom/compiler.py):
* Tag names and attribute keys/values can be arbitrary lists of chunks/thunks, much like `*args`. This allows for wr…
-
### What happened?
I'm calling things from Elixir/Nx, but the underlying MLIR module is the following:
```
module {
func.func public @main(%arg0: tensor) -> tensor {
%0 = "stablehlo.sort"(%arg…
-
zig is a nice language and toolchain.
The zig compiler supports C and C++ compilation (by building clang into zig) — the `zig cc` command is the C compiler and `zig c++` is the C++ compiler.
it…
-
Add support for Abstracts, shared function signatures with different functionality
based on struct or enum type, similar to Rust's traits.
## NOTE: Generics
While Generics aren't explicitly nee…
-
This modifier prevents the compiler from turning a function call into an intrinsic/builtin. In other words, when you call a function using this modifier, you're guaranteed to actually get a call to th…
-
The generated code does not work well when using `Sympy` functions `re` and `im` . There are two issues:
1. In the generated code Pyccel does not understand the keywords `re` and `im`.
2. The print…
-
### Describe the issue
When I attempt to build it on FreeBSD it fails:
```
running build
running build_py
error: package directory 'onnxruntime/backend' does not exist
*** Error code 1
```
This happ…
-
Code Emission 阶段 发生在所有的 Post-Register Allocation 之后,从 Pass : AsmPrinter 开始。
![v2-426affb2981ad69e88d7e4ea7ff38105_1440w](https://user-images.githubusercontent.com/22841283/109425961-ef2cc780-7a25-…
-
## RA 过程
```sh
Vitrual Register
=> [Live Variable Analysis Pass] => {INTERVALS} => [Register Coalescer Pass]
# 活动变量分析 # 已知Reg/Var 生命周期
=> [Register…