-
Firstly: cool project!
I am curious what your plans are going forward. I understand that there is a great deal of differences to smooth over when transpiling from JS to PHP however here are my though…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26243](https://bugs.llvm.org/show_bug.cgi?id=26243) |
| Status | RESOLVED FIXED |
| Importance | P…
-
##### Description
Using the EVE Online ESI Swagger definition, the generated csharp client code is generated without error by the code gen however it cannot be compiled. Observing the output, the…
-
Generalization of ucb-bar/dsptools#21
BlackBoxes require additional Verilog / etc files to work, and those currently need to be tracked manually (outside Chisel, and kind of breaks the clean librar…
-
Hey all,
I have been debugging a very strange error (see the recent loopy mailer).
See the following MWE:
```
import loopy as lp
import numpy as np
import pyopencl as cl
from loopy.kernel.data …
-
The current `elastic_hyper` design is very simple; it does some basic codegen from the API spec and dumps out unique methods for each possible endpoint, wrapping up a `hyper::Client`.
See #145 for a …
-
The current design of Devito function symbols is centered around the `SymbolicData` objects that always have an associated `.data` property. The original rationale for this is that we want control ove…
-
Here's a fun one I found that I can't seem to solve, consider the following simple kernel:
```
import loopy as lp
import numpy as np
import pyopencl as cl
from loopy.kernel.data import temp_var…
-
Hi folks,
This ticket is really to serve as a place to plan a larger refactoring that I'd like to carry out. My goal is to enable the use of the core and the elaborator infrastructure to implement ot…
-
For my project, I'd like to have the parameter(s) of the functions be validated according to [json-schema](http://json-schema.org/), which even has a Go specific implementation.
Which would be the be…