test_profiler_experimental_tree_cuda_detailed
fails with mismatches in the profile output
#83381
Labels
oncall: profiler
profiler-related issues (cpu, gpu, kineto)
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
#80797 added
test_profiler_experimental_tree_cuda_detailed
which started to directly fail after the merge with:To reproduce using a current master build:
It seems the
void ..._kernel<...>(...)
pattern does not match thestd::enable_if<!(false), void>::type internal::gemvx::kernel
usage.CC @robieta
I cannot see the CI runs from your PR, so maybe the issue depends on the actual environment?
Versions
Current master build with CUDA 11.7.
cc @robieta @chaekit @aaronenyeshi @ngimel @nbcsm @guotuofeng @guyang3532 @gaoteng-git @tiffzhaofb
The text was updated successfully, but these errors were encountered: