luckyq

Results 6 issues of luckyq

I am curious about the how much time it needs for the parameter updating part if we use SSD. I notice that the data transfer will be overlapped between pulling...

enhancement

By dynamic model, I mean if the computation logic can be decided by the input. Is there any conditional computation in openfold? Thanks in advance.

I have read the introduction of Ariel CPU in sst-simulator.org. It said: "Users can also build their application with any specialized optimization or instruction set flags (e.g. SSE, AVX, AVX-2)...

Help Wanted
SST-ariel

The cases are CG,MG, LU. I didn't try the others.

bug
enhancement

Dear All, I have met a problem when I try to test Cassandra with YCSB. All my steps are following the instructions of YCSB document. The terminal command is :...

Hi, I am trying to test the attention computation on the CPU with zero-interference. I use the following command to run the script. ``` BSZ=96 LOG_DIR=$BASE_LOG_DIR/${MODEL_NAME}_bs${BSZ} mkdir -p $LOG_DIR deepspeed...