• Title/Summary/Keyword: 구기

Search Result 362, Processing Time 0.035 seconds

Trends in Cyber Range Technology in the Field of Information Security (정보보호 분야에서의 사이버 레인지 기술 동향)

  • Yu, Jaehak;Koo, Kijong;Kim, Ikkyun;Moon, Daesung
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2022.05a
    • /
    • pp.208-211
    • /
    • 2022
  • 최근 COVID-19 팬데믹 시대 도래로 ICT 기술 기반의 지능화된 사회실현에 대한 관심이 높아지고 있지만, 사이버 위협의 다변화로 그 범위와 피해 또한 확대되고 있다. 특히, 개인의 민감 데이터뿐만 아니라, 산업체와 공공기관의 사이버 위험성 및 노출은 심각한 문제가 발생할 수 있다. 본 논문에서는 이러한 정보보호 분야에서의 위협행위 등을 탐지, 분석, 대응할 수 있는 교육 프로그램 개발과 전문 인력양성을 위한 사이버 레인지의 국내·외 기술 동향을 살펴보고자 한다. 마지막으로, 더욱 지능화되고 발전하는 사이버 위협으로부터 이를 방지하고 대응하기 위한 사이버 레인지의 발전 방향을 논하고자 한다.

A Performance Study on CPU-GPU Data Transfers of NVIDIA Tegra and Tesla GPUs (NVIDIA Tegra와 Tesla GPU에서의 CPU-GPU 데이터 전송성능 연구)

  • Kwon, Oh-Kyoung;Gu, Gibeom
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2021.11a
    • /
    • pp.39-42
    • /
    • 2021
  • 최근 HPC, 인공지능에서 GPU 성능이 향상되면서 사용이 보편화되고 있지만 GPU 프로그래밍은 난이도 측면에서 여전히 큰 장애물이다. 특히 호스트(host) 메모리와 GPU 메모리를 따로 관리해야 하는 어려움 때문에 편의성과 성능 측면에서 연구가 활발히 진행되고 있으며, 다양한 CPU-GPU 메모리 전송프로그래밍 방법들이 제시되고 있다. 본 연구는 NVIDIA Tegra 장치들과 NVIDIA SMX 기반 V100 GPU 카드에서 CPU-GPU 데이터 전송 기법별로 성능비교를 하고자 한다. 특히 NVIDIA Tegra 장치는 CPU와 GPU 통합메모리를 제공하고 있어서 CPU-GPU 메모리 전송방법의 관점에서 기존 GPU 장치와 다른 성능 특징을 보여준다. 성능비교를 위한 실험 워크로드는 HPC 응용프로그램에서 빈번하게 사용하는 2차원 행렬 전치 예제를 사용하였다. 실험을 통해 각 GPU 장치별로 CPU-GPU 메모리 전송 방법에 따른 GPU 커널 성능차이, 페이지 잠긴 메모리와 페이지 가능 메모리의 전송 성능차이, 마지막으로 전체 성능비교를 하였다.

A Study on Optimizing LRU lock for Improving Parallel I/O Throughout in Manycore CPU Systems (매니코어 CPU 시스템에서의 병렬 I/O 성능 향상을 위한 LRU 최적화 기법 연구)

  • Byun, Eun-Kyu;Bang, Jiwoo;Gu, Gibeom;Oh, Kwang-Jin
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2022.11a
    • /
    • pp.2-4
    • /
    • 2022
  • 매니코어 CPU 시스템에서의 병렬 I/O 는 현재의 리눅스 시스템의 LRU 관리 방법의 한계로 확장성에 문제를 가지고 있다. 본 연구에서는 이 문제를 해결했던 하기 위한 개선된 FinerLRU 를 제안한다. LRU 락을 최대 코어 개수만큼 증가시키고 세분화된 Lock 관리를 통해 버퍼 캐시를 사용하는 파일 시스템의 병렬 I/O 성능을 향상시킨다. 리눅스 5.18.11 에 제안한 방법을 구현하였으며, 64 개의 물리적 코어와 256 개의 논리적 코어를 가지는 Intel Knights Landing 프로세서를 이용한 실험을 통해 두 배 가량의 성능 향상을 얻을 수 있음을 확인하였다.

Development of hipSYCL Runtime Backend Using HSA Runtime API (HSA 런타임 API를 이용한 hipSYCL 런타임 백엔드 개발)

  • Myung, Hunjoo;Gu, Gibeom
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2022.11a
    • /
    • pp.60-62
    • /
    • 2022
  • SYCL은 OpenCL 디바이스를 위해 추상화한 C++ 프로그래밍 모델이다. OpenCL에 비해 SYCL은 높은 생산성 등 C++이 가지고 있는 강점을 보유하며, 인텔이 이기종 컴퓨팅을 위한 개발 언어로 SYCL 기반의 DPC++을 출시함에 따라 많은 주목을 받고 있다. 우리는 여러 SYCL 구현물들 중에서 NVIDIA, AMD 등 다양한 GPU를 지원하고, 코드의 수정 및 추가가 용이한 hipSYCL를 채택하여 여러 연구를 진행하고 있다. 본 논문에서는 hipSYCL 구조 내에 AMD GPU를 위한 HIP 백엔드 플러그인을 대체할 수 있는 새로운 백엔드 플러그인을 제안한다. 이 플러그인은 HSA 런타임 API를 사용하여 기존의 플러그인보다 계층 구조를 줄이고 경량화하였다.

Problems and Countermeasures of Dualization of Evacuation Standards (피난기준 이원화의 문제점 및 대책방안)

  • Koo, Gi-Gyeong
    • Proceedings of the Korean Society of Disaster Information Conference
    • /
    • 2023.11a
    • /
    • pp.109-110
    • /
    • 2023
  • 건축물 화재에서의 피난대책은 Passive 대책과 Active 대책으로 대별될 수 있다. Passive 대책은 수동적이고 소극적인 개념으로 공간적 구조체인 특성에 따라 건축법규에서 규율하고 있는데 반하여, Active 대책은 능동적이고 적극적인 개념의 설비적인 측면에 따라 소방법규에서 규율하고 있다. 따라서 양 법규간 피난기준이 상호 대체적 기능보다는 소방법규에서의 보완적 기능이 보다 더 강하다. 본 연구는 피난기준이 건축법규와 소방법규로 이원화되고 관련설비에 대한 설치기준이 관계법규에 혼재됨에 따라 양 법규간의 상호기능보다는 기준적용의 혼선, 기준간 충돌 등의 문제점을 도출하고 효율적이고 합리적인 피난기준 적용을 위한 대책방안을 제시하고자 한다.

  • PDF

Fast Streamline Visualization on Structured Grids using Computational Space Based Hierarchical Tree (계산 공간 기반 계층 트리를 이용한 구조화된 격자 상에서의 빠른 스트림라인 가시화)

  • Joong-Youn Lee;Geebum Koo;Youngju Hur;Bokhee Keum
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.207-210
    • /
    • 2008
  • (비)구조화된 격자 상에 정의된 벡터 데이터는 다양한 과학 및 공학 분야에서 매우 중요하게 다루어진다. 이러한 데이터는 데카르트 격자 상의 데이터에 비해 많은 처리시간을 필요로 하는데, 이러한 문제는 계층 트리를 이용해서 빠르게 처리하는 것이 가능하다. 본 논문에서는 구조화된 격자 데이터에 대해 계산 공간을 기반으로한 계층 트리를 생성하고 이 트리를 이용해서 빠르게 데이터 샘플링을 처리하고자 했다. 이러한 방법을 이용해서 스트림라인 생성 시간을 평균 1800배 빨라지게 하는 것이 가능했다.

Development of MPI-wrapper for efficient SYCL-based Multi GPU programming (SYCL에서 효율적인 멀티 GPU 프로그래밍을 위한 MPI-wrapper API 개발)

  • Hunjoo Myung;Gibeom Gu;Kwang jin Oh
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2023.11a
    • /
    • pp.44-47
    • /
    • 2023
  • SYCL은 C++을 기반으로 하는 언어로 가속기를 사용하는 복잡한 과정을 C++의 특징 중의 하나인 추상화를 사용해 개발자가 쉽게 접근할 수 있게 한다. 그러나, 가속기를 활용하는 측면에서는 성능을 최대한으로 끌어내기 위해 저수준 접근도 필요하다. 특히, NVLink와 같이 효율적인 멀티-GPU 통신을 해주는 인터커넥션 링크 활용을 위해서도 필요하다. 본 논문에서는 SYCL 구현물 중의 하나인 AdaptiveCpp을 가지고 NVLink로 연동된 멀티 GPU 환경에서 효율적으로 프로그래밍을 할 수 있는 방법을 제안하고, SYCL 개발자들이 SYCL의 설계 철학을 따라 프로그래밍을 할 수 있도록 이러한 기능을 추상화하여 담은 MPI wrapper API를 제안한다.

Antioxidant activity of ethanol extract of Lycium barbarum's leaf with removal of chlorophyll (클로로필을 제거한 영하구기엽 에탄올 추출물의 항산화 활성)

  • Kim, Ji Eun;Bae, Su Mi;Nam, You Ree;Bae, Eun Young;Ly, Sun Yung
    • Journal of Nutrition and Health
    • /
    • v.52 no.1
    • /
    • pp.26-35
    • /
    • 2019
  • Purpose: The aim of this study was to estimate the antioxidant activities of 50%, 70%, and 100% ethanol extracts of Lycium barbarum leaf and chlorophyll removal extract. Methods: The antioxidant activities were estimated by measuring total polyphenol content and by assays of 2,2-diphenyl-1-picrylhydrazyl (DPPH) and 2,2'-azino-bis (3-ethylbenzothiazoline-6-sulfate) (ABTS) radical scavenging activities and ferric reducing antioxidant power (FRAP). In addition, reactive oxygen species (ROS) production, DNA fragmentation, and antioxidant enzyme (superoxide dismutase and catalase) activities of the extracts were measured in hydrogen peroxide ($H_2O_2$)-stressed HepG2 cells. Results: The total polyphenol content, DPPH and ABTS radical scavenging activities, and FRAP value of the extracts increased in an ethanol concentration-dependent manner. The antioxidant activities of the chlorophyll-removal extracts were much higher than those of the chlorophyll-containing extracts. Cytotoxicity was not observed in HepG2 cells with extracts up to $1,000{\mu}g/mL$. All extracts inhibited ROS production in a concentration-dependent manner from $31.3{\mu}g/mL$ and inhibited DNA damage at $250{\mu}g/mL$. The SOD and catalase activities of cell lines treated with the extracts and $H_2O_2$ were similar to those of normal cells, indicating a strong protective effect. Conclusion: Lycium barbarum leaf extracts had high antioxidant activities and protected $H_2O_2$-stressed HepG2 cells. Since the chlorophyll-removal extract exhibited higher antioxidant activities than the chlorophyll-containing ones and the cytoprotective effect was similar, chlorophyll removal extract of Lycium barbarum leaf could be developed as ingredients of functional food and cosmetics.

Effects of the Biological Function of Yogurt Added with Lycium chinence Miller Extract (구기자(Lycium chinence Miller)추출액을 첨가한 요구르트의 생리활성 효과)

  • Bae, H.C.;Cho, I.S.;Nam, M.S.
    • Journal of Animal Science and Technology
    • /
    • v.47 no.6
    • /
    • pp.1051-1058
    • /
    • 2005
  • This experiment was carried out to investigate the biological function of Lycium chinence Miller yogurt. Antioxidant activity was higher in methanol extract yogurt than in water extract yogurt. The antioxidant activity was shown at 83.9% in Lycii folium extract yogurt, 47.0% in Lycii fructus extract yogurt and 54.0% in Lycii cortex extract yogurt. Angiotensin converting enzyme inhibitor activity was shown highly both in water extract and methanol extracts from the Lycii folium. The $\alpha$-glucosidase inhibitor activity was shown at the 4.0% concentration of Lycii folium extract yogurt, Lycii fructus extract yogurt and Lycii cortex extract. In an orally administrated rat, normal yogurt, Lycii fructus extract yogurt and Lycii cortex extract yogurt have no effect on blood cholesterol content. IgG production in blood is more increased in Lycii cortex extract yogurt than in normal yogurt and Lycii fructus extract yogurt.

Anatomical observation of the mouthpart of Cyllorhynchites ursulus and comparison with other species (한국산 도토리거위벌레(Cyllorhynchites ursulus) 구기의 해부학적 관찰과 유사종과의 큰턱 비교 연구)

  • Kim, Ji Young;Kim, Yung Kun;Lee, Eunok
    • Korean Journal of Environmental Biology
    • /
    • v.37 no.3
    • /
    • pp.343-350
    • /
    • 2019
  • Cyllorhynchites ursulus drills holes in acorn and cuts branches with mandibles. To understand this special behavior, we observed the mouthpart of this species using several microscope methods. The stereoscopic microscope used in this study shows that the adductor tendon is thicker than the abductor tendon which confirms that mandibles exert more force pulling inwards than pushing outwards. Also, the shape and position differences were observed using an optical microscope. We found differences of the shape, position, and movement of mandibles among C. ursulus, Curculio sikkimensis and Paracycnotrachelus longiceps by way of observation using SEM. The width of the adductor tendon and the abductor tendon of males of the C. ursulus species was 32.87 ㎛, and 53.83 ㎛, respectively. And, the width of females was 40.81 ㎛ and 75.55 ㎛, respectively. Based on a variety of observations and analyses, we found that the unusual behavior of C. ursulus is deeply related to the morphological features, and these features could be applied to biomimicry.