알고리즘 (9) 썸네일형 리스트형 Sorting Algorithm for Hardware Acceleration Sorting이란? 순서가 없는 value들을 특정 order(Numerical order, Lexicographical order 등)들을 기준으로 자료를 재배열 하는 것을 의미한다. clustering / searching / scheduling / network / calculation / simulation 등등 탐색에 기반을 둔 모든 task를 수행하는 데 많은 리소스를 절약할 수 있다. 소팅 알고리즘은 exchange, selection, insertion, merge, distribution, concurrent, hybrid 등으로 분류할 수 있다. 이번 발표에서는 정리해 볼 소팅 알고리즘 heap: 온라인 환경에서 sram/dram에서 stream data 연산에 효율적인 internal.. 이전 1 2 다음