UniqueFool

Results 10 issues of UniqueFool

This is related to another discussion currently taking place here: https://github.com/jrprice/Oclgrind/issues/109#issuecomment-224908497 The idea is to emulate an OpenCL kernel using oclgrind and use this to gather kernel-specific runtime information (think...

I actually renamed the other question, but I was looking at the verbosity levels because I was really trying to get a dump of the strongly-typed ASTs to see how...

Referring to the BFS talks, I would like to look at the solver and specifically investigate how much work it would be to get a list of all "independent" specifications...

It seems it's using magic numbers for now (setOptions({ verbosity: 10 })) - wouldn't it make more sense to var verbosity = require('lib/verbosityLevel.js') and then use the key of the...

Could you briefly explain how the macro expansion works in some of the more esoteric cases, e.g: ` @Map

In the docs you said inductive.js is running a BFS (breadth-first search) - and I checked the solver and was wondering if there is any kind of scheme, or even...

When I looked at buildingBlocks.js, I realized that it would be really useful if each buildingBlock could have an optional "description" string, that would make it possible to obtain context...

Hi, thanks for providing this, it's really awesome - I skimmed through the buildingBlocks.js and the tests and could not find an answer to my question: is there a way...

Just a heads-up: There's recently been some discussion on reusing arrayfire-js as the back-end in the [BrainJS](https://github.com/harthur/brain) and [Synaptic](https://github.com/cazala/synaptic) frameworks: https://github.com/cazala/synaptic/issues/70 https://github.com/cazala/synaptic/issues/12

Regarding [arrayfire's OpenCL interoperability](http://arrayfire.org/docs/interop_opencl.htm), is that currently exposed in any shape or form via the JavaScript bindings? The real question being how to integrate/use an existing OpenCL kernel ? Thank...