• Title/Summary/Keyword: 웹GPU

Search Result 1, Processing Time 0.017 seconds

Image Processing Acceleration using WebGPU and WebAssembly (웹GPU와 웹어셈블리를 이용한 이미지 프로세싱 가속)

  • Hyunwoo Nam;Myungho Lee;Neungsoo Park
    • The Transactions of the Korea Information Processing Society
    • /
    • v.13 no.10
    • /
    • pp.574-578
    • /
    • 2024
  • JavaScript is slow for high-performance image processing in web browsers and cannot directly utilize the GPU. Therefore, web plugin technology or server-based processing methods have been used. However, since web plugins are no longer supported by the latest web browsers and server processing methods become increasingly expensive as the number of users grows. In this paper, an image processing acceleration method is proposed using the latest web standards such as WASM and WebGPU in a client environment, instead of plugins or server-based methods. The final experimental results confirmed that the WASM+WebGPU-based code, which utilizes both the CPU and GPU, improved execution performance by up to 10 times compared to traditional javaScript.