This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

shader core cycles estimation

Hello Forum,

I've simple Fragment shader running on Immortalis-G715. The shader has no other computations except an equal number of int (cvt) and fp (fma) computations and that too they are independent. The shader core cycles almost equals to cvt + fma instructions but as per documentations cycles should be max(cvt, fma) instructions since they can run paralley in this case. so my query is does shader core cycles just reports cvt+fma instructions but in reality it should be max(cvt, fma)?

Regards,

Venkatesh.