Shaquille.Wu

Results 14 issues of Shaquille.Wu

Hi, TRT experts: I have a custom op which is not supported by tensorrt so, I add it as a plugin into tensorrt I found the whole cost time is...

hello, triton experts, I learn triton code step by step, and meet some troubles. I have some questions about "ViewOpToLLVM"(triton/lib/Conversion/VenusGPUToLLVM/ViewOpToLLVM.cc), two converstions in this file: "SplatOpConversion" and "ArithConstantSplatOpConversion" 1). I...

各位老师好,有个入门的问题想请教一下 小弟发现一个问题,以A1为例,每回改写完Tai-e-assignments/A1/tai-e/src/main/java/pascal/taie/analysis/dataflow/analysis/LiveVariableAnalysis.java之后,如果调用JTest,我发现程序就没发生变化,除了isForward有变化外,其他的函数都没任何反应,准确的说,应该是除了isForward,其他函数没有被执行。比如执行gradlew test,即便java的源码改了,从测试工具上也看不到变化; 是因为“initializeBackward”没有正确写对吗? 不知道,我说的情况有没有人见过,应该如何解决?

I write a program to probe the "sys_ioctl" of v4l2, and my program is very simple, like this: #include #include #include #include #include #include #include const std::string BPF_PROGRAM = R"(...