kotee4ko
kotee4ko
Hey, it seems I found a bug. `CUDA_CHECK(hipMemPtrGetInfo(dst_dd_i, &srcSize));` say, that src size is `0x9a00` in my case. `row_diff*sizeof(float)*src1_ncols` == `0x9200` in my case. but srcPitch is `0x2480`. If I...
I'm trying to do this. At the moment I can't understand why we can use result of src0 x src1 as is on single gpu, but can't on several gpus....
Sure. In my setup (IDA Pro 7.7 running under the wine in linux host) hex-rays loads after the gepetto, and gepetto wouldn't load in the case, if hex-rays is not...
it's seems that I was able to fix this via adding: ``` 61 call_il = caller.get_low_level_il_at(ref.address) +62 if not call_il: +63 continue 64 if (call_il.operation in ( 65 LowLevelILOperation.LLIL_CALL, 66...