ROCm / HIP-Examples

Examples for HIP
194 stars 86 forks source link

Don't pass raw -j to make #25

Open baryluk opened 3 years ago

baryluk commented 3 years ago

-j means to use unlimited amount of workers. That is not a good idea on low core count machines, or big core count machines with not enough memory.

It shouldn't be an issue for clean target, but it is bad practice.

Use nproc.

baryluk commented 1 year ago

Depressing.