Joy Juechu Dong

Results 11 comments of Joy Juechu Dong

Hi jdwinkler, we're working on accelerating pairwise alignment on GPU and I'm also running into inconsistent results between minimap2 2.24, the algorithm described in the Minimap2 paper, and this mm2-fast...

@hgpatil Thanks a lot for the help! This is very helpful information. I managed to generate a warmup-start event with `warmup_start:address:0x3229:3981422787:global` and handle it through sift handler **https://github.com/snipersim/snipersim/blob/b58797c3993148174c7de23a18f71fc22e92340f/sift/recorder/sift_recorder.cc#L157** by adding...

However, the sequence these 3 events are generated isn't what I'm expecting... The warmup-start event should come first, but it comes after the event stop. I've attached my log output...

I was using the SDE 9.14 from [sniper package](https://snipersim.org/packages/sde-external-9.14.0-2022-10-25-lin.tar.xz), but I can't build the tool `sde-global-event-counter.so`. Running `./sde-build-GlobalLoopPoint.sh` gives me an error ``` global_event_icounter.cpp:27:10: fatal error: pinball-sysstate.H: No such file...

> ./sde-build-GlobalLoopPoint.sh should instruct you about setting PINBALL2ELF PINBALL2ELF not defined Point to a clone of https://github.com/intel/pinball2elf > > That should let you see the file >..>pinball2elf/pintools/PinballSYSState/pinball-sysstate.H Thanks a lot....

> @hgpatil, [LoopPoint tools on GitHub](https://github.com/nus-comparch/looppoint) is already based on SDE 9.14. The problem @joydddd pointed out initially -- the warmup event occurring after the detailed simulation region -- was...

> Thanks for the quick reply! I tried using `sde-global-event-icounter.so` tool with my benchmark that was having the wrong order triggering warmup-start and start. It prints ``` Running with threads:...

> @joydddd Some issues were reported while compiling Sniper with SDE-9.14, which haven't been fixed yet. I'd recommend using Pin-3.22 as the Sniper frontend (`make distclean && make USE_PIN=1` will...

> Thanks! I'll use `-DOLDSDE` flag to fix the problem.

I was running through all my benchmarks. Although most benchmarks worked fine, one run into this error while using the sde-global-icount tool: ``` $SDE_BUILD_KIT/sde -t sde-global-event-icounter.so -prefix foo -thread_count 10...