-
Hi! I've read README and tried to run the demo on my server, but I think there're a lot of code that is out of sync or missing. And the guides are incomplete.
Here are my steps:
1. I installed the…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.17
### Custom code
Yes
### OS platform and distribution
Linux U…
-
Here's the Tom's idea from https://github.com/Mikolaj/horde-ad/issues/95#issuecomment-1503013877:
> > the transposition can't be expressed as rewriting rules, because it's stateful.
>
> It's only…
-
I am working on NVGPU and NVVM dialects for Nvidia Hopper support. After having discussions at the LLVM US meeting, I want to make a list of improvements and opportunities in these dialects. I am look…
-
Hello,
I'm just starting exploring the possibilities of the `xtensor-stack`, it was a bit rough at first as I had not done proper C++ in a while but I found my way around it after some time. Howeve…
-
## Execution primitives
- [ ] Provide a Phylanx 'context' in users create variables. This should make execution easier to manage for end users.
- [ ] Determine if contexts should be managed withou…
-
aten reference: [permute](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/native_functions.yaml#L2230).
Semantics here are limited if we're to maintain the view functionality of…
-
Hi @nicolasvasilache , all,
Before I adventure in writing a pass, I was wondering if you guys already thought about how transposition is handled in the code.
### How (I think) transposition is ha…
-
Hello, after looking at the code in patch merging part, we found the complex operation that slice the feature and concatenate them then go through the linear layer to reduce dimension from 4C to 2C is…
-
transpose causes Apply1 to be 20 times slower. Even though, almost all Apply1 ops are invariant to transpose. Exceptions include eg `tril`, but are rare. So, with following code:
```
local time = …