-
Given the following two translation units:
a.c:
```c
```
b.c:
```c
int main() {}
```
And compiling with
```sh
clang -flto=thin -c a.c
clang -flto=thin -c b.c
llvm-ar qc c.a a.o
cl…
-
Hi, @Gradlon
Im try to configure seaweedfs csi for swarm :
```
docker plugin install --disable --alias seaweedfs-csi:swarm --grant-all-permissions gradlon/swarm-csi-swaweedfs:v1.2.0
docker pl…
-
dequantizelinear_kernel on the llama2 7B 16a4w model is not fusing as expected
-
**Is your feature request related to a problem?/Why is this needed**
When mounting a storage container using a SAS token, the recommended kind of SAS to use would be a user delegation SAS.
Because o…
-
1. Create a machine with shared folders disabled
```
docker-machine create --driver=vmwarefusion --vmwarefusion-no-share default
```
2. Restart the machine
```
docker-machine re…
-
I am currently setting up xrdp on a GCP VM with nvidia L4 GPU. I am using @jsorg71 nvenc branch for both xrdp and xorgxrdp
The following is my configuration while building
```
# for xrdp
XRDP_NV…
-
Specifying a quadrature order seems to confuse the transformation chain. The attached example demonstrates this behavior.
Specifically, setting order=1 and quadrature_order=1 yields the following e…
-
### Exceptions from init and destroy
According to the [libfuse docs](https://libfuse.github.io/doxygen/structfuse__operations.html#a3a1f9562a38871caaf4fc2de7ea5b470), the return value of the init fun…
-
Raw AVR comes with Atmel DFU bootloader and standard fuses. Need a plan for:
1. How to get fuses updated
2. Need to replace Atmel DFU bootloader with custom?
3. How to install Application?
Opt…
-
`cat /proc/mounts` with fuse mounted ntfs will report the fs type of the block is fuseblk.
This makes it hard to distinguish the fuse mounts from other kinds (fuse.nfs ...).
This causes issues dow…