"vscode:/vscode.git/clone" did not exist on "eb6c2c166322352b30fb1adb6d011dcfb5c6916c"
  • Vikram Sharma's avatar
    Make USE_AVX flag default value OFF (#3983) · 1a6806e2
    Vikram Sharma authored
    
    
    With the emergence of new ISA (like ARM and RISCV) retaining USE_AVX ON default makes the default build instructions fail. Fundamentally DGL does not require the use of AVX for functional working. AVX is mainly needed when to enable optimization. So proposal is to default turn it off and then later during build instructions, folks with AVX capabilities can enable with 
    `cmake .. -DUSE_AVX=ON`
    Co-authored-by: default avatarZihao Ye <expye@outlook.com>
    1a6806e2
CMakeLists.txt 12.5 KB