Steve Hoover

Results 17 issues of Steve Hoover

VIZ images are currently GitHub "user images". Due to a recent VIZ change, these images no longer load in VIZ due to their cross-origin headers. Images committed to the repo...

The mandelbrot-react demo app requires a significant npm install. It should be moved out.

See if this framework is a reasonable starting point: https://github.com/mballance/fpgamgr, and look for others. This would allow the server to connect to a self-hosted (or someone-else-hosted) FPGA over the internet.

It seems the websocket can timeout. It maybe necessary to add a keepalive heartbeat in the client library.

-C while Terraform is running while creating an instance seems to cause the remote tfstate to not be written, but resources allocated, so these resources cannot be destroyed via make...

I had trouble cleanly exiting web server. You'll see messages about pending tasks on Ctrl-C. Some relevant links: https://gist.github.com/mywaiting/4643396 https://www.tornadoweb.org/en/stable/ioloop.html https://docs.python.org/3/library/asyncio-eventloop.html#running-and-stopping-the-loop

Everything about the Tornado webserver (and host C++ for that matter, but that should be filed separately) is serial. I had to upgrade to Python 3 before utilizing async functions....

Cron configuration is used to initialize the remote machines on reboot. It would be better to use cloud-init or the like.

As of SDK 2018.3, OpenCL reports the following warnings: ``` source ../out/hw_emu/xilinx_aws-vu9p-f1_4ddr-xpr-2pr_4.0/rtl_kernel_wiz.tcl -notrace ../../../framework/host/kernel.c: In member function ‘void Kernel::initialize_platform()’: ../../../framework/host/kernel.c:143:14: warning: ‘_cl_command_queue* clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, cl_int*)’ is deprecated (declared at...