GPUOpen-LibrariesAndSDKs / MxGPU-Virtualization

MIT License
182 stars 83 forks source link

What is the difference between adapt_id and adp_id in struct adapter? #11

Open fengshifang opened 5 years ago

fengshifang commented 5 years ago

What is the difference between adapt_id and adp_id in struct adapter? They looked exactly the same. struct adapter { int adapte_id; ... int adp_id ; }