{"id":13438802,"url":"https://github.com/IntelLabs/SLIDE_opt_ia","last_synced_at":"2025-03-20T06:31:27.549Z","repository":{"id":41189260,"uuid":"345867820","full_name":"IntelLabs/SLIDE_opt_ia","owner":"IntelLabs","description":null,"archived":true,"fork":false,"pushed_at":"2023-10-31T15:01:08.000Z","size":23105,"stargazers_count":74,"open_issues_count":3,"forks_count":14,"subscribers_count":16,"default_branch":"prv_opt_ia","last_synced_at":"2024-10-28T00:23:52.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntelLabs.png","metadata":{"files":{"readme":"README.Intel.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-03-09T03:11:25.000Z","updated_at":"2024-01-04T16:55:31.000Z","dependencies_parsed_at":"2024-01-16T01:59:03.654Z","dependency_job_id":"3558aec8-e0a5-438c-adef-5e787a6c2643","html_url":"https://github.com/IntelLabs/SLIDE_opt_ia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2FSLIDE_opt_ia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2FSLIDE_opt_ia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2FSLIDE_opt_ia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelLabs%2FSLIDE_opt_ia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntelLabs","download_url":"https://codeload.github.com/IntelLabs/SLIDE_opt_ia/tar.gz/refs/heads/prv_opt_ia","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244565463,"owners_count":20473278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:08.560Z","updated_at":"2025-03-20T06:31:22.540Z","avatar_url":"https://github.com/IntelLabs.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Build/Run on Intel platform\n\n## Prerequisites:\nCMake \u003e= 3.0\nIntel Compiler (ICC) \u003e= 19\n\n## Build with ICC compiler\n```\nsource /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh -arch intel64 -platform linux\ncd /path/to/slide-root\nmkdir -p bin \u0026\u0026 cd bin \n# BDW (AVX2)\ncmake .. -DCMAKE_CXX_COMPILER=icpc -DCMAKE_C_COMPILER=icc\n# SKX/CLX (AVX512)\ncmake .. -DCMAKE_CXX_COMPILER=icpc -DCMAKE_C_COMPILER=icc -DOPT_AVX512=1\n# CPX (AVX512 + BF16)\ncmake .. -DCMAKE_CXX_COMPILER=icpc -DCMAKE_C_COMPILER=icc -DOPT_AVX512=1 -DOPT_AVX512_BF16=1\nmake -j\n```\n\n## Run on Intel SKX/CLX/CPX\n```\ncd bin\nOMP_NUM_THREADS=\u003cnum-of-logic-processor\u003e KMP_HW_SUBSET=\u003cnum-of-sockets\u003es,\u003cnum-of-cores-per-socket\u003ec,\u003cnum-of-logic-thread-per-core\u003et KMP_AFFINITY=compact,granularity=fine KMP_BLOCKTIME=200 ./runme ../SLIDE/Config_amz.csv\nFor example, on CLX8280 2Sx28c:\nOMP_NUM_THREADS=112 KMP_HW_SUBSET=2s,28c,2t KMP_AFFINITY=compact,granularity=fine KMP_BLOCKTIME=200 ./runme ../SLIDE/Config_amz.csv\n```\nFor best performance please set Batchsize=multiple-of-logic-core-number from SLIDE/Config_amz.csv.\n\nResults can be checked from the log file under dataset:\n```\ntail -f dataset/log.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntelLabs%2FSLIDE_opt_ia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIntelLabs%2FSLIDE_opt_ia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntelLabs%2FSLIDE_opt_ia/lists"}