Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Built-in AVX2, AVX512 advertising?
- Date: Thu, 22 Jun 2017 21:14:26 +0000
- From: Michael Pelletier <Michael.V.Pelletier@xxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Built-in AVX2, AVX512 advertising?
> -----Original Message-----
> From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf
> Of Greg Thain
> Sent: Thursday, June 22, 2017 3:39 PM
> The condor_startd automatically detects and advertises has_avx512, but not
> avx2. (sigh). It does, however, advertise the Intel "Model Number"
> in the attribute CpuModelNumber, which may indirectly give you what you
> need.
>
> -greg
I'll bet that sigh was extra deep in light of the announcement of 8.6.4 moments earlier. :D
Looks like has_avx2 = CpuFamily == 6 && CpuModelNumber >= 63
My code running under MATLAB "version -blas" of 11.0 and up thanks you, as long as they're running on HTCondor 8.6 and up.
It looks like there's a variety of avx512 flags - would it make sense to just advertise any that are performance and compatibility related?
Thanks for the info!
-Michael Pelletier.