Results 135 comments of Jun Liu

@DrizztDoUrden could you follow up on this PR? The build has some issues: ``` [2024-07-31T16:09:30.687Z] /home/jenkins/workspace/able-f2-tuning-option-for-fusion/src/fusion.cpp:1100:30: error: no member named 'do_search' in 'miopen::FindOptions' [2024-07-31T16:09:30.687Z] 1100 | ctx.do_search = options->do_search; [2024-07-31T16:09:30.687Z]...

@seungmanhan same in this PR, could you help to resolve the conflict? CI is passing so we should be able to merge soon. Thanks!

@seungmanhan @apwojcik similar in this case, the feature is failing on Windows build: > lld-link: error: undefined symbol: enum miopenStatus_t __cdecl miopen::RoPEForward(struct miopen::Handle &, struct miopen::TensorDescriptor const &, void const...

@seungmanhan could you help to resolve the conflicts? We can merge after that and the CI passing again :) Thanks!

@BrianHarrisonAMD could you resolve the conflicted files above? When CI passes again we can merge this one.

@msaudulhassan could you help to align with @bartekxk on this change? We reverted the change in CK first, if this PR conflicts again with the revert we need to issue...

@msaudulhassan any updates on this PR? Should it work together with necessary changes from CK?

@atamazov @apwojcik could you help to take a look? I know it is not easily reproducible and I am requesting an exact reproduce env now. Could you check statically what...

@apwojcik @JehandadKhan @atamazov another theory, the line: https://github.com/ROCm/MIOpen/blob/b99493b9d8517312c84434961e6bb4621907ec59/src/hip/hip_build_utils.cpp#L186 gets mis-matched quote marks. It was not triggered in **normal** situations, but on a node where no GPU is presented, it triggered...

Thanks @atamazov especially it's afterhours :) I am still puzzled why this is happening only now, likely staging has been building MIOpen on nodes without GPU for a while, but...