Results 11 issues of John Hu

As a developer with issue tracker supported, I would like to add jobs to a changelist through vscode command. This is an awesome plugin. We all hate Perforce client. That's...

enhancement
help wanted

As a QA, I would like to see the correct duration value to know if the duration of the same test changed significantly. The duration value of JSON report is...

We use main-thread to handle all messages from websocket. It would be nice to handle the data at batch. Because the message from web worker may be too fast that...

It looks like the reducer cannot handle a lot of data... The possible solutions may be 1. move data cloning, aggregation, comparison to another thread, 2. use a time interval...

bug

kilik had found a way to define preprocessor definition at python, see #9 . ```python size = 100 clProg = cl.Program(ctx, fstr).build(options="-D GLOBAL_SIZE={0}".format(size)) ``` Currently, we use code generation to...

As a user, I would like to have multiple web console to see the results. Only one can be the controller and others are viewer.

enhancement

As a user, I would like to terminate the calculation if one the following cases: - the best solution keeps the same after Nth generations - the maximum time that...

feature

As a user, I would like to know if this project is robust enough...

feature

- [ ] python unit test - [ ] opencl unit test as a contributor, I would like to run the test cases before contributing my code to repo for...

feature