토픽

맨위로 가기
  • 공유 공유
  • 댓글 댓글
  • 추천 추천
  • 스크랩 스크랩
  • 인쇄 인쇄
  • 글자크기 글자크기
링크 복사 완료 링크가 복사되었습니다.

퀄컴, 알파웨이브 인수… AI·데이터센터 공략에 2.8조 베팅

프로필
김민준 기자
댓글 0
좋아요 비화설화 0

퀄컴이 영국 반도체 설계업체 알파웨이브 IP를 약 2조 8,800억 원에 인수하며 AI와 데이터센터 시장 확장을 본격화했다.

 퀄컴, 알파웨이브 인수… AI·데이터센터 공략에 2.8조 베팅 / TokenPost Ai

퀄컴, 알파웨이브 인수… AI·데이터센터 공략에 2.8조 베팅 / TokenPost Ai

퀄컴(QCOM)이 영국 반도체 설계업체 알파웨이브 IP를 약 2조 8,800억 원($24억) 규모에 인수한다. 이번 거래는 클라우드와 인공지능 중심의 차세대 데이터센터 시장 공략을 위한 전략적 행보다.

퀄컴은 9일(현지시간) 알파웨이브 인수 계약 체결을 발표했으며, 주당 1.83파운드에 매입한다는 조건은 인수 발표 전 알파웨이브의 주가 대비 98%에 달하는 프리미엄이다. 거래는 2026년 1분기 완료를 목표로 하고 있으며, 현재 알파웨이브 지분의 절반 이상을 보유한 주요 주주들이 이미 인수를 승인한 상태다.

이번 인수는 퀄컴이 내놓을 예정인 차세대 오리온(Oryon) CPU와 뇌신경처리장치(NPU) 제품군인 헥사곤(Hexagon) 라인의 완성도를 높이기 위한 조치다. 특히 오리온 CPU는 그간 노트북 중심으로 공급돼 왔으나, 향후 데이터센터 버전으로 확장될 가능성이 높다. 퀄컴은 지난 5월, 엔비디아 칩과 연결 가능한 AI 서버 전용 CPU 출시 계획을 밝힌 바 있다.

알파웨이브는 고속 반도체 간 연결을 위한 인터커넥트 기술을 보유하고 있으며, 대표 제품인 AresCORE는 반도체 모듈 간 데이터를 초당 밀리미터당 64기가비트 전송할 수 있다. 이를 통해 고성능 시스템온칩(SoC) 구조 내에서 모듈 간 연결성과 대역폭을 혁신적으로 향상시킨다.

이외에도 알파웨이브는 데이터 흐름 관리를 위한 GammaCORE, 그리고 여러 데이터 스트림을 하나로 통합하는 SerDes 모듈 등 고집적 반도체 설계에 최적화된 요소기술을 보유하고 있다. 특히 알파웨이브 기술은 CPO(Co-Packaged Optics)와 같은 차세대 광전송 기술에도 적용 가능해, AI 및 데이터센터용 패키지 구성에도 유리하다.

크리스티아누 아몽(Cristiano Amon) 퀄컴 CEO는 “알파웨이브의 첨단 인터커넥트 기술은 퀄컴의 전문 설계 프로세서와 결합해 클라우드, 인공지능 등 고성장 분야에서의 컴퓨팅 성능을 한 단계 끌어올릴 것”이라고 강조했다.

이번 인수를 통해 퀄컴은 현재 스마트폰 중심의 SoC 사업을 넘어, 데이터 센터와 AI 반도체 시장으로의 외연 확대에 더욱 속도를 낼 것으로 보인다. AI와 데이터 대역폭 수요가 급증하는 상황에서, 이번 딜은 퀄컴의 장기 전략의 중심축이 될 수 있다는 업계의 분석도 나온다.

<저작권자 ⓒ TokenPost, 무단전재 및 재배포 금지>

광고문의 기사제보 보도자료

많이 본 기사

관련된 다른 기사

댓글

댓글

0

추천

0

스크랩

스크랩

데일리 스탬프

0

말풍선 꼬리

매일 스탬프를 찍을 수 있어요!

데일리 스탬프를 찍은 회원이 없습니다.
첫 스탬프를 찍어 보세요!

댓글 0

댓글 문구 추천

좋은기사 감사해요 후속기사 원해요 탁월한 분석이에요

0/1000

댓글 문구 추천

좋은기사 감사해요 후속기사 원해요 탁월한 분석이에요
1
'); win.document.write(''); win.document.close(); var objAgent = navigator.userAgent; if (objAgent.indexOf('Edge') > -1) { win.onafterprint = function () { // win.close(); // setTimeout(function () { win.close() }, 500); return true; } } else if (objAgent.indexOf('Trident') > -1) { win.onafterprint = function () { // win.close(); setTimeout(function () { win.close() }, 500); return true; } } else { win.onafterprint = function () { win.close(); return true; } } }); $('#btnOpenFontSizePopup').on('click', function (){ if ($('#popupFontSize').css('display') == 'none'){ sharePopupClose(); $('#popupFontSize').show(); } else { $('#popupFontSize').hide(); } }); $(".btnChangeFontSize").on('click', function() { var fontSize = $(this).data().size; $('.view_text').css("fontSize", ''); $('.article_content').css("fontSize", ''); var articleTxt = $(".article_content > p"); if (!(fontSize == 14 || fontSize == 16 || fontSize == 18 || fontSize == 20 )) return false; $('.font_btn').removeClass('font_size_on'); $(this).find('.font_btn').addClass('font_size_on'); articleTxt.css("fontSize", fontSize); switch(fontSize){ case 14: break; case 16: break; case 18: break; case 20: break; default: return false; } return true; }); $('.btnGetReword').click(function () { if(clientId == 0){ $.loginPopupOpen('referral'); }/* else if (clientCertificated == 'N') { $('#certificationModalWrap').show(); }*/ }); $.articleVoting = function () { var articleId = "255881"; if(clientId == 0){ $.loginPopupOpen(''); return false; } $.ajax({ url: '/news/ajax/addArticleVoting', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error != 0) { if (response.error == 99) { alert(response.message); return; } else { alert(response.message); return; } } $('.newsLike').addClass('greyBanner'); if(response.voteCancel == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) - 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').show(); $('.redHeart').hide(); $('.remoteControlLike').hide(); $('.remoteControlNoLike').show(); $('.stamp_like').removeClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } else if(response.vote == 'Y'){ var voteCount = parseInt($('.articleLikeCountTitle:first').text()) + 1; // $('.articleLikeCount').text(voteCount); $('.articleLikeCountTitle').text( voteCount); $('.basicHeart').hide(); $('.redHeart').show(); $('.remoteControlLike').show(); $('.remoteControlNoLike').hide(); $('.stamp_like').addClass('stamp_on'); $('.btnVoteArticle').find('.stamp_num').html(voteCount); } if(response.rewardPopupDisplay == 'Y') { showPointModal(); } //location.reload(); }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); } } }); return false; }; $('.btnScrapArticle').on('click', function (){ var articleId = "255881"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleScrap(clientId, articleId); } }); $.articleScrap = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/scrapArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.scrap == 'Y') { $('.btnScrapArticle').addClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').show(); $('.btnScrapArticle').find('.remoteControlScrapOff').hide(); } else { $('.btnScrapArticle').removeClass('stamp_on'); $('.btnScrapArticle').find('.remoteControlScrapOn').hide(); $('.btnScrapArticle').find('.remoteControlScrapOff').show(); } } else { alert(response.message); } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; $('.btnStampArticle').on('click', function (){ if ($(this).hasClass('stamp_on') == true) return false; var articleId = "255881"; if(clientId == 0){ $.loginPopupOpen(''); return false; } else { $.articleStamp(clientId, articleId); } }); $.articleStamp = function(clientId, articleId){ if (clientId == 0 || articleId == 0) return false; $.ajax({ url: '/news/ajax/stampArticle', type: 'post', data: { clientId: clientId, articleId: articleId }, dataType: 'json', success: function (response) { if (response.error == 0) { if (response.stamp == 'Y') { $('.stamp_daily').addClass('stamp_on'); $('.stampCount').html(response.count); var wrap = $('.article_stamp_contents'); if (response.count > 0) { wrap.find('.stamp_none_txt').remove(); } wrap.html(''); var html = ''; if(response.size >= 1) { for (var i = 0; i < response.size; i++) { html = ''; html += '
'; html += '
'; html += ''; if (response['items'][i]['clientId'] == clientId) { html += '

' + response['items'][i]['nickname'] + '

'; } else { html += '

' + response['items'][i]['nickname'] + '

'; } html += '
'; html += '

' + response['items'][i]['regTimestampHi'] + '

'; html += '
'; wrap.append(html); } } /*html += '
'; html += '등급 아이콘'; html += '

' + response['item']['nickname'] + '

'; html += '

' + response['item']['timestamp'] + '

'; html += '
'; wrap.prepend(html);*/ } } else { } return false; }, error: function (xhr, ajaxOptions, thrownError) { if (xhr.status > 0) { alert('server error'); return false; } } }); }; // $('.viewLike').on("click",function (){ // if(clientId == 0){ // $.loginPopupOpen(''); // } else { // $.articleVoting(); // } // }); $('.likeBg').on("click",function (){ if(clientId == 0){ $.loginPopupOpen(''); } else { $.articleVoting(); } }); //$('body').append('
OSZAR »