Dániel Bali
Dániel Bali
Currently this is not supported. It might be difficult to tell which format to use, it can't be decided solely based on the number of operands passed. For example: v_add_i32...
Currently the range is unchecked for SGPR operands. For example when somebody uses s[4:7], only the value 4 is being used, regardless of the end of range. If the user's...
It would be useful if the user could specify the number of available VGPRs on the device they use. If an instruction tried to use a VGPR out of range,...
These don't seem very important yet, but they may be in the future. The problem with VINTRP is the lack of documentation for the operand format.
All tasks should not be open in the beginning. Idea: when the first task of a category is solved by any team, the second one should open up for all...
It should be configurable in the JSON file of the challenges. (By specifying a % modifier, probably?)
Not sure if this is the case. I don't know how Flask handles multiple requests from the same user at the same time. Does anybody know whether this is an...
All relevant Gelly methods should be ported. Some of these are: - Graph creation - fromRandomEdgeStream() - fromIncidenceStream() - Graph stream properties - ~~getVertices(), getEdges()~~ - getVertexIds(), getEdgeIds() - ~~inDegrees(),...
There are also multiple ways to create or process graphs based on a stream. All of these should eventually be supported. - Regular stream -- updated on each event -...