You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.querySelector('#occ_cal .target_info').innerHTML='<b>'+gpu.product_name+'</b><br><b>'+gpu.name+'</b><br>+ EUs Per SS/DSS: '+gpu.EU_Per_Sub_Slice+'<br>+ Threads Per EU: '+gpu.Threads_Per_EU+'<br>+ EU Count: '+eu_count+grf_mode;
920
+
document.querySelector('#occ_cal .target_info').innerHTML='<b>'+gpu.product_name+'</b><br><b>'+gpu.name+'</b><br>+ EUs Per SS/DSS: '+gpu.EU_Per_Sub_Slice+'<br>+ Threads Per EU: <span id="teu">'+gpu.Threads_Per_EU+'</span><br>+ EU Count: '+eu_count+grf_mode;
0 commit comments