Kazuki Sakamoto

Results 27 comments of Kazuki Sakamoto

How about having `@m.inline_python` in combinational? The opposite counterpart of `@m.inline_combinational` in Python. Inside `@m.inline_python`, SSA only does Magma value conversion. It allows to write Python if, for, etc in...

Product needs same thing #567

ok, figured out `MAGMA_CODEGEN_DEBUG_INFO` env and `config.set_debug_mode`. Would be nice if `ast_tools` could keep the original filename and line number? test.py import os os.environ["MAGMA_CODEGEN_DEBUG_INFO"] = "True" import magma as m...

eh, I like the current CoreIR output 👍 // Module `top` defined at test.py:10 // Instance `Mux2xOutBit_inst0` created at .ast_tools/logic1436591935413.py:6 // Connection `(Mux2xOutBit_inst0.I0, bit_const_1_None_out)` created at .ast_tools/logic1436591935413.py:6 // Connection `(Mux2xOutBit_inst0.I1,...

- FIFO scheduling - https://github.com/AcademySoftwareFoundation/OpenCue/pull/1060 - GPU scheduling logic - https://github.com/AcademySoftwareFoundation/OpenCue/issues/991 - For example, we might want a way to assign CPUs evenly to each GPU. (40 CPU cores /...

In our environment, no matter how many Cuebot instances there, the frame launching speed is about 8 frames-per-second. It could have been faster if we can avoid this error by...

Summarized an experimental optimization and the theory in #1069 To solve the scalability issues in #1012 and #1069, my hunch is that we need some sort of a central scheduler...

# Update ## Problem ~~Unfortunately spring JdbcTemplate doesn't allow `UPDATE` in `query` due to read-only transaction. And I was not able to find a method for `UPDATE` + `RETURNING` clause...

> One question, does the mentioned caveat means the benchmark is not actually comparing apples to apples? The benchmark results (`EXPLAIN ANALYZE`) are exact apples to apples comparison. Exact same...

I can add `dispatcher.find_jobs_optimization_enabled` property to switch the SQL, just like #1060