search for: jinja

Displaying 5 results from an estimated 5 matches for "jinja".

Did you mean: ninja
2016 Apr 21
2
[RFC] Using D3 in LNT?
...eat idea. Maybe we can finally kill flot! > > We are going to have to start using the html data attributes more; but that is a good thing IMO. > > D3 would greatly simply some of our CSS/templates too. I am regularly surprised how hard it is to make a cell turn colors in our current jinja macro setup. > > Is it okay to have D3 checked into the LNT repo, or should we use a CDN link? Not using a CDN link would mean you can work offline with an LNT server installed on your laptop, for example. Otherwise, I'm as happy with using a CDN link instead of importing it into the LN...
2016 Apr 21
3
[RFC] Using D3 in LNT?
Hi, I've been working on further improving the perf profile view in LNT that James added recently. I've got a series of patches ready that reconstruct the control flow graph from the perf profiles, which helps a lot in quickly finding the codegen differences that cause performance deltas. I've used the D3 javascript library (https://d3js.org/) to implement the visualization. My
2017 Aug 21
2
Extending TableGen's 'foreach' to work with 'multiclass' and 'defm'
I have been reading the “RFC/bikeshedding: Separation of instruction and pattern definitions in LLVM backends” topic with considerable interest. This is an approach I have been considering for taming our own large instruction set, and it looks like it structures our descriptions better than the conventional approach we have used so far. However, I have another form of TableGen taming that I
2017 Jun 01
2
Test-suite bots red because of missing import
So, in the end looks like this setuptools 36 was deleted from pypi. There is an issue [1] open on setuptools. I can confirm by trying to force to install this version: $ pip install setuptools==36.0.0 Collecting setuptools==36.0.0 Could not find a version that satisfies the requirement setuptools==36.0.0 (from versions:<many version numbers>) No matching distribution found for
2017 Aug 22
3
Extending TableGen's 'foreach' to work with 'multiclass' and 'defm'
...least one backend (Hexagon) has moved towards > using TableGen as a fairly 'dumb' data definition language, relying on > a separate tool for generating instruction definitions. I'd be curious > to know if others are using this approach. It'd also imaging that > using m4/jinja or similar as a .td preprocessor would be a potential > option for an out-of-tree backend, in cases where TableGen macro > support and programmability is too weak. > > I suppose one question is: would allowing foreach to be used with > multiclass/defm be sufficient to allow TableGen...