▲ | bee_rider 14 days ago | |||||||||||||
I described the correct way to time it when using the card as a black-box accelerator. | ||||||||||||||
▲ | nickysielicki 14 days ago | parent [-] | |||||||||||||
You can create metrics for whatever you want! Go ahead! But cuda is not a black box math accelerator. You can stupidly treat it as such, but that doesn’t make it that. It’s an entire ecosystem with drivers and contexts and lifecycles. If everything you’re doing is synchronous and/or you don’t mind if your metrics include totally unrelated costs, then time.time() is fine, sure. But if that’s the case, you’ve got bigger problems. | ||||||||||||||
|