-
MWE (PR: https://github.com/JuliaGPU/AMDGPU.jl/pull/668):
```julia
using AMDGPU
using EnzymeCore, Enzyme
function square_kernel!(x)
i = workitemIdx().x
x[i] *= x[i]
return
end
…
-
Hello is it possible to add some runable examples in sources directory? (simple .sh with input file?)
I'm currently stuck point where tests gone 100% ok. But how inport/define my endf library to nj…
-
Hi everyone. My name is Thom Pease, and I'm here representing the Music Library Association's interests in PBCore. I'm at the Library of Congress in the Recorded Sound Section and have worked in publi…
-
Hi bahmutov,
I am using tape for my tests (good post: https://medium.com/javascript-scene/why-i-use-tape-instead-of-mocha-so-should-you-6aa105d8eaf4)
I was looking for a library that allows you …
-
We're using OkReplay to write UI tests, and it's been working well for us so far! But one problem we've had with the library is that the generated tapes sometimes contain sensitive information like pa…
-
Unit tests are important for building quality into your app. Decide on a few things before you start
1. libraries (E.G. Jest vs Mocha, Chai, Jasmine,. Tape)
2. Folder structure
3. testing rules (…
-
**Describe the bug**
Element crashes when I try to load Universal Audio Galaxy Tape Echo (VST3 or AU)
**To Reproduce**
Steps to reproduce the behavior:
1. Open Element
2. Load Universal Audio G…
-
Some `tf.function` wrapped functions that only have a single tape result in:
```
LookupError: No gradient defined for operation 'TfqAdjointGradient' (op type: TfqAdjointGradient)
```
One possible …
-
### Expected behavior
`qml.transforms.qcut.fragment_graph(graph)` does not work for quantum tapes which compute the expectation values of Hamiltonians with more than one term. When applied to a tap…
-
For most but very simple diffs the output is simply incorrect. The root problem seems to be that in JSON the order of elements in the object is insignificant, but the diff used in tap-diff doesn't und…