-
We were taking another round going through the reservation saga yesterday and found some timing issues.
At the time our purple consumer is sending commands to the yellow and purple service, some othe…
-
Thank you for developing the great CVXR package. The timing stats provided by CVXR seem to be drastically underestimating the amount of time required for problem solution.
Here is my script:
```
…
-
```julia
using CUDAdrv, CuArrays, SparseArrays, LinearAlgebra, BenchmarkTools, Plots
##############
## Dense
##############
function offload_solve(A,b,c)
Array(cu(A)\cu(b)) + c
end
t…
-
## Summary of Auction Phases
Our batch auction proposal consists of three distinct phases
1. **Order collection**: A *fixed period* of time when limit orders are being accepted.
2. **Solution B…
-
Have each run also run a noop and time that -- that will be an estimate of the overhead of the timing itself. This is important in particular for the `partial` implementation.
-
I made the observation that evaluating formulae becomes extremely slow as notebooks grow big. This is most probably due to the fact that Theorema searches the entire notebook for applicable global dec…
-
Travis is not running tests for the more recent Plone versions, because we're out of minutes before we get there: _WebDriverException: Message: "Uh oh, you've run out of minutes! Please visit your acc…
jean updated
11 years ago
-
2x CUDA_ADD channels needs >4s
CUDA_Generate only 38ms...
-
Assign *tokens* and build *mixins* to provide the top priority animations from #142
Note: This ticket was made before we had specific design direction. Based on the current approach, individual co…
-
Thanks for the homebridge-gpio-cmd solution. I'm using it to manage my Energy Recovery Ventilation . I had to use your "invert" branch to get the logic I needed. I also found I had to do a gpio -1 wri…