-
**Is your feature request related to a problem? Please describe.**
Hi there, I maintain an a wrapper kernel around IPython called [ipyflow](https://github.com/ipyflow/ipyflow), which tracks dataflow …
-
Hi, @jakob, I'm loving Postico! Thanks for this great product.
This seems like a bug:
![history change replaces text selection only](https://cloud.githubusercontent.com/assets/822105/24085564/a8…
-
Hello, I am trying to see if using CodeQL for backward slicing is feasible.
Currently, I am just trying a simple test like so
```
import java.util.logging.Logger;
public class test {
…
-
Edited: OpenMP -> Archlinux, I never run the full test suite on Arch due to the impossibility to do "nimble test -d:blas=cblas" as contrary to Debian/Ubuntu and Travis, the BLAS symbol are in libcblas…
-
### 🐛 Describe the bug
Hi!
I implemented some subclass of pytorch tensor in my applications, and need to operate such custom tensors in a call back function hooked to a tensor’s backward pass. How…
-
Hello,
I am trying to use Codeql to perform backward slicing. My current approach works fine for smaller test cases, however, when trying to do this on a bigger project it gets stuck on interpreti…
-
### 🐛 Describe the bug
Adding torch.compile does not ensure deterministic results after setting a seed (and ensuring all the steps here: https://pytorch.org/docs/stable/notes/randomness.html#:~:text=…
-
The systemtap dyninst backend creates a shared object containing probe functions. The shared object cannot currently be loaded and I chased the problem down to dyninst being unable to parse libdw.so …
-
The command:
```
llvm-slicer -c malloc mjs_bin_slice.bc
```
And the running:
```
start ...
SC: Matched 'malloc()' to:
%call7 = call noalias i8* @malloc(i64 %add) #5, !dbg !927
%call7…
-
I have been facing an issue when trying to create a graph of a Module in which some Variables have slice assignment operations in them. I have reduced the problem to the following example, ignore the …