William E. Byrd
William E. Byrd
I should mention I am using the AMD Stream SDK. I might try the NVIDIA SDK if I can't get this one to work.
BTW, the clEnqueueBarrier call can be replaced by this call (OpenCL 1.2 only): clEnqueueBarrierWithWaitList(queue, 0, NULL, NULL)
As part of the Linux issue, the Makefiles don't work under Ubuntu with the AMD SDK. I had to change the main makefile: CXXFLAGS := $(CXXFLAGS) -I/opt/AMDAPP/include -lOpenCL -lrt and...
Hi! What was the command you were using to build the files? Looks like a SLaTeX error. I might have to add some SLaTeX files to the repo, for anyone...
Thanks! The build depends on SLaTeX, which in turns requires having Scheme or Racket installed. I'll look more closely tonight, and see if I can simplify/clarify the build instructions. The...
Hi Joe! The files are currently setup to build with Petite Chez Scheme. If you are willing to install Petite, and put it on your PATH, I suspect the build...
@cmungall Is the transform 1-to-1 and onto?
@cmungall this reminds me of bidirectional programming: https://en.wikipedia.org/wiki/Bidirectional_transformation https://www.cis.upenn.edu/~bcpierce/papers/icmt-2009-slides.pdf This is the functional-programming equivalent of the "view-update" problem in databases.
Thank you! Yes the new server will support TRAPI 1.3 Cheers, --Will
Query information/results are now printed to stdout. Hopefully this is enough to get you started. We can do .csv, .json, etc., if you like the information in this output.