SlideShare a Scribd company logo
1 of 39
GPUDigitalLab
Project Manager
Gubanov Oleg Igorevich
GPUDigitalLab
Aim of The Project:
To provide access to parallel
computations for scientists and lab
workers at a reasonable cost.
Подпись к изображению
Поясняющая
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
Solution
We, the members of the Axioma Software team, would like to purpose a cluster solution
for parallel computations on the GPU. This product will consist of a GPU oriented server
that will contain NVIDIA Tesla Graphics Processor at its core. The software would be built
upon Microsoft DirectCompute engine. It will be built as a set of client applications that
use the power of the GPU core for the computtations. Each application would be oriented
to either a problem or a set of problems in modern science and computer graphics.User
starts by logging into the server and download the relevant client application. After that
the user fills in an input form and sends the data to the server through a secured
channel. This architercture allows users to use the power of modern gpu despite the fact
they have relatively cheap hardware.
Россия, гор. Екатеринбург, ул. Мира, 32
• This project consists of a gpu processing core engine that has a set of
connected client applications working in allocated domains
• This project has a scalable architecture that makes it easy to install
new products.
• The aim of the project is to provide the scientific community with a
powerful computational platform at a reasonable price.
• The website of the project includes a dedicated control panel for each
user where he can see the current account balance as well as the list of
the latest operations.
Project Overview
GPUDigitalLab
SOFTWARE ARCHITECTURE
Россия, гор. Екатеринбург, ул. Мира, 32
3D Graphics
Core Engine
DirectCompute
Core Engine
Video
Rendering
Engine
Direct2D
Graphics
Engine
Core Engine
Fluid Mechanics
Rendering
Engine
Data
Visualization
engine
FPS Scene
Rendering
Engine
Render Farm
Engine
3-rd Person
Simulations
Engine
Mathematical
Modelling
Engine
GPUDigitalLab
SOFTWARE CONCEPT
• At the core of the system there is module that can execute compute shader programs and
analyze results
• There are 3 types of data that we frequently need for our purposes
• Structured Buffers(used to store numerical data)
• Shader Resources(used to store texture data
• Unordered Access View(used to send the collected data to the computational pipeline
• Compute Shader(a module that collects the data stored in buffers and performs
computations based upon a certain algorithm
PROGRAM STARTUP
• On startup the program open a login dialog
Login
Password
PROGRAM RUNTIME
• After Logging in the system creates a user session and sets it a unique id. Using the
locking mechanism of compute shaders we create a set of writable buffers, shader
resources and UAVs(unordered access views).
• The system loops through the .config file and creates the execution domains for
every core module.
PROGRAM RUNTIME
• In order to run client applications within our core we need the following objects for
each application
• Application Manager(responsible for launching and shutting down apps).
• Application Instance(responsible for controlling the app execution thread. It must collect
the data produced by the apps).
• Event Processor(responsible for handling the messages produced by the client apps and
processing possible errors)
PROGRAM STARTUP
Create main
window
• Program
Startup
Launch
Direct3D11
Engine
• Direct3
D11
Initialize
DirectCompute
Manager
Create GPU
Core Object
• ]
Initialize
Rendering Engine
DIRECT3D INITIALIZATION
Create the
Rendering Device
Create a Render
target
Create a back
buffer
Create a depth
stencil
Create a viewport
DIRECTCOMPUTE EXECUTION
PROCESS
Compile Shader into
Byte Code
Read the input data for
the computation
Create Compute Shader
Instance
Create constant buffers
Create Shader Resources
Create Unordered Access Views
Create Debug Buffer
Set the compute shader and its buffers and
execute the shader on a set of gpu threads
APPLICATION DOMAIN HAS
• An initialized 3D Rendering Loop
• An initialized DirectCompute processing loop
• A set of buffers for data storage
• A set of shader resources for texturing
• A set of compute shader instances
• An allocated DirectCompute manager class for operations such as data creation
• An allocated Data archiving module for compressing and decompressing data.
APPLICATION DOMAIN MANAGER
• Creates and destroys Domains
• Collects the data from event processors
• Keeps the diary of the operations.
• Controls the threads that are used by the domain
APPLICATION DOMAIN INSTANCE
• Holds the objects that are necessary for computations
• Has a collection of program objects such as buffers, resources and views.
• Provides a mechanism to edit the data stored in buffers.
• Provides a secure access to the data for client apps
APPLICATION DOMAIN INSTANCE
• An allocated memory pool for application execution
• Contains a set of predefined objects, buffers and resources.
• Allows to transfer data securely between different processes.
• Allows to load program utilities into its threads and control the operation
USER SESSION CONTROLLER
• Provides the user with a secure access to system resources
• Creates a session with a unique session id and stored its in a data archive
• Starts a thread that processes the actions of the user and sends the results to the
system modules
APPLICATION MANAGER
• Has an id of a running software process
• Controls the data that is produces by the process
• Responsible for starting and terminating systemic widgets
• Responsible for transferring the data between widget.
APPLICATION EVENT PROCESSOR
• Controls the event produced by the application through a named pipe and an
allocated reading thread
• Used the received data to determine the state of the executed applications.
• Sends the received info about an application to application state manager
APPLICATION STATE MANGER
• Responsible for collecting the data from application processors about the state of a
module
• Responsible for informing the other participating modules about a state change for
a given module.
• Responsible for sending the data about the application errors to the main
processing loop.
PROGRAM TYPICAL EXECUTION
THREAD
Login
• User logs
into the
system
Session
• User is
allocated a
session
Domains
• System
creates a set
of domains
Applications
Applications
are loaded
into domains
Application
Selection
User selects
an application
from the
panel
Data
User enters
the input
parameters
into the fields
of the dialog
and selects
the output
format
Computation
Data is sent to
a
computationa
l engine
through a
secured
channel and
processed
using a set of
predefined
algorithms
Output
User is
presented
with an
output that
can be saved
to a file
CLUSTER PRODUCTS OF GPUDIGITALLAB
GPUDigitalLab
Core Engine
Industrial
Simulations
Engine
Fluid Mechanics
Engine
Video Encoding and
Analysis Engine
Physics and Chemistry
processes Simulation Engine
Crowd
visualization
Engine
Image
Processing
Engine
Render-
Farm
Engine
Data-
visualization
Engine
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
7 STEPS TO USE GPUDIGITALLAB
Россия, гор. Екатеринбург, ул. Мира, 32
Go to
www.omenart.ru/
gpu
Log into the
system or
register an
account
Select the
necessary software
module from the
control panel
Input the
relevant
parameters
Calculate or
simulate a
temporary result
Pay for the
transaction
Output and save
the final result to
a file
GPUDigitalLab
THE EXAMPLES OF GPUDIGITALLAB PROJECTS
Fluid Mechanics
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
CHEMICAL REACTIONS SIMULATIONS
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
BLOOD CIRCULATION SIMULATOR
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
CROWD RENDERING SIMULATOR
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
RAY-TRACING RENDERING SYSTEM
Россия, гор. Екатеринбург, ул. Мира, 32
GPUDigitalLab
COMPUTATIONAL FLUID
MECHANICS
MORE FLUID MECHANICS
FRACTALS ENGINE
UPCOMING PRODUCTS
• GPUSmartCrowdEngine – software to visualize and classify crowds of people for statistical analysis
• GPUProcessAccelerator – system utility that allows to transfer processing threads of data from cpu to GPU
• GPUVideoInspector – software to seek relevant text and numerical information inside a video file
• GPUDMOLSimulationEngine – software products for molecular configurations computation and dispertion of the
elextron density.
• GPUSkinInfectionDetector – software product that uses image analysis for detecting skin diseases
• GPUConvectionVisualizer – software to visualize air streams within an apartment building
• GPUFireExtinguishingPlanner – training tool for a fire brigade or the workers of a factory where you can
configure the interior of the apartment, set random fire sources and create a training scenario. A group of students
should eliminate the fire during a limited amount of time.
• GPUConstructionDemolitionEngine – building destruction simulation engine.
Россия, гор. Екатеринбург, ул. Мира, 32
UPCOMING PRODUCTS
• GPUChemicalReactionsSimulator – a learning game where students have to construct a chemical reaction
equation using an interactive periodic table.
• GPUBloodSimulationEngine – blood circulation engine.
• GPUCavitiesSimulationEngine – dental diseases simulation engine.
• GPUFlueAndColdSimulationEngine – cold and flue dispersion simulator.
• GPUCrudeOilFlowSimulationEngine – oil pipe traffic simulation engine
Россия, гор. Екатеринбург, ул. Мира, 32
Essential Hardware
Server
Model: GPX XT10-2260-6GPU
CPU: 2 x Six-Core Intel® Xeon® Processor E5-2630 v2 2.60GHz 15MB Cache (80W)
RAM: 8 x 4GB PC3-14900 1866MHz DDR3 ECC Registered DIMM
HDD: 250GB SATA 6.0Gb/s 7200RPM - 2.5" - Seagate Constellation.2™
4 x 800GB Micron M500DC 2.5" SATA 6.0Gb/s Solid State Drive
2 x 1.6TB Intel® DC S3500 Series 2.5" SATA 6.0Gb/s Solid State Drive
2 x 800GB Intel® DC S3700 Series 2.5" SATA 6.0Gb/s Solid State Drive
GPU: NVIDIA® Tesla™ K40M GPU Computing Accelerator - 12GB GDDR5 - 2880 CUDA
Cores
Network Card: Intel® 10-Gigabit Ethernet Converged Network Adapter X540-T1 (1x RJ-
45)
UPS: APC Smart-UPS 1000VA LCD 120V - 2U Rackmount
Operating System: Microsoft Windows Server 2012
Россия, гор. Екатеринбург, ул. Мира, 32
Лаборатория параллельных вычислений на GPU
Essential Hardware
Designer’s PC 5
CPU Core i7-4790 (3.6GHz)
RAM 32 GB
HDD 3 TB
GPU NVIDIA GeForce GTX 760 (2GB)
Keyboard Genius GK 110001
Mouse Gigabyte GM-M6800
Operating System Windows 8.1
Programmer’s PC 2
CPU Core i7-4790 (3.6GHz)
RAM 16 GB
HDD 2 TB
GPU NVIDIA GeForce GTX 760 (2GB)
Keyboard Genius GK 110001
Mouse Gigabyte GM-M6800
Operating System Windows 8.1
Название темы презентации
Essential Hardware
Oculus Rift (Augmented reality glasses) 1
Black Magic Cinema Camera 1
Россия, гор. Екатеринбург, ул. Мира, 32
POTENTIAL CUSTOMERS
• Oil and Gas industries
• Medical institutions
• Educational and Research institutions
• Construction Companies
• Administration of Yekaterinburg
• Public event organizers
• Information technology companies.
CURRENT PROJECT STAGE
OUR OFFER FOR AN INVESTOR
• Our current requirements – 1-st investment round – 350 000$
• Development of the cloud scientific utilities;
• Development and sale of software solutions for the Russian Industry and scientce;
• Creation of a Data-Center for scientific computing;
• Deployment of the cloud server applications ;
• 2-nd Investment Round – 1 100 000$.
• Development of the digital scientific environments for science
• Business scaling and improvement;

More Related Content

Similar to Gpu digital lab investors presentation

Gpudigital lab for english partners
Gpudigital lab for english partnersGpudigital lab for english partners
Gpudigital lab for english partnersOleg Gubanov
 
November 2013 HUG: Real-time analytics with in-memory grid
November 2013 HUG: Real-time analytics with in-memory gridNovember 2013 HUG: Real-time analytics with in-memory grid
November 2013 HUG: Real-time analytics with in-memory gridYahoo Developer Network
 
Real-time analysis using an in-memory data grid - Cloud Expo 2013
Real-time analysis using an in-memory data grid - Cloud Expo 2013Real-time analysis using an in-memory data grid - Cloud Expo 2013
Real-time analysis using an in-memory data grid - Cloud Expo 2013ScaleOut Software
 
GPU Renderfarm with Integrated Asset Management & Production System (AMPS)
GPU Renderfarm with Integrated Asset Management & Production System (AMPS)GPU Renderfarm with Integrated Asset Management & Production System (AMPS)
GPU Renderfarm with Integrated Asset Management & Production System (AMPS)Budianto Tandianus
 
SCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software SolutionsSCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software SolutionsEmbitel Technologies (I) PVT LTD
 
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...Dataconomy Media
 
Big Data Berlin v8.0 Stream Processing with Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex Big Data Berlin v8.0 Stream Processing with Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex Apache Apex
 
EC 308 Embedded Systems Module 1 Notes APJKTU
EC 308 Embedded Systems Module 1 Notes APJKTUEC 308 Embedded Systems Module 1 Notes APJKTU
EC 308 Embedded Systems Module 1 Notes APJKTUAgi George
 
FPGA Hardware Accelerator for Machine Learning
FPGA Hardware Accelerator for Machine Learning FPGA Hardware Accelerator for Machine Learning
FPGA Hardware Accelerator for Machine Learning Dr. Swaminathan Kathirvel
 
Computer graphics Applications and System Overview
Computer graphics Applications and System OverviewComputer graphics Applications and System Overview
Computer graphics Applications and System OverviewRAJARATNAS
 
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...Christopher Diamantopoulos
 
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...IEEEMEMTECHSTUDENTPROJECTS
 
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...IEEEMEMTECHSTUDENTSPROJECTS
 
The Art of Displaying Industrial Data
The Art of Displaying Industrial DataThe Art of Displaying Industrial Data
The Art of Displaying Industrial DataInductive Automation
 
Computer-Vision_Integrating-Technology_MOB_17.06.16
Computer-Vision_Integrating-Technology_MOB_17.06.16Computer-Vision_Integrating-Technology_MOB_17.06.16
Computer-Vision_Integrating-Technology_MOB_17.06.16Schuyler Kennedy
 

Similar to Gpu digital lab investors presentation (20)

Gpudigital lab for english partners
Gpudigital lab for english partnersGpudigital lab for english partners
Gpudigital lab for english partners
 
November 2013 HUG: Real-time analytics with in-memory grid
November 2013 HUG: Real-time analytics with in-memory gridNovember 2013 HUG: Real-time analytics with in-memory grid
November 2013 HUG: Real-time analytics with in-memory grid
 
Chap 03.pdf
Chap 03.pdfChap 03.pdf
Chap 03.pdf
 
Real-time analysis using an in-memory data grid - Cloud Expo 2013
Real-time analysis using an in-memory data grid - Cloud Expo 2013Real-time analysis using an in-memory data grid - Cloud Expo 2013
Real-time analysis using an in-memory data grid - Cloud Expo 2013
 
GPU Renderfarm with Integrated Asset Management & Production System (AMPS)
GPU Renderfarm with Integrated Asset Management & Production System (AMPS)GPU Renderfarm with Integrated Asset Management & Production System (AMPS)
GPU Renderfarm with Integrated Asset Management & Production System (AMPS)
 
SCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software SolutionsSCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software Solutions
 
Introduction to embedded system
Introduction to embedded systemIntroduction to embedded system
Introduction to embedded system
 
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
Thomas Weise, Apache Apex PMC Member and Architect/Co-Founder, DataTorrent - ...
 
Big Data Berlin v8.0 Stream Processing with Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex Big Data Berlin v8.0 Stream Processing with Apache Apex
Big Data Berlin v8.0 Stream Processing with Apache Apex
 
EC 308 Embedded Systems Module 1 Notes APJKTU
EC 308 Embedded Systems Module 1 Notes APJKTUEC 308 Embedded Systems Module 1 Notes APJKTU
EC 308 Embedded Systems Module 1 Notes APJKTU
 
FPGA Hardware Accelerator for Machine Learning
FPGA Hardware Accelerator for Machine Learning FPGA Hardware Accelerator for Machine Learning
FPGA Hardware Accelerator for Machine Learning
 
Computer graphics Applications and System Overview
Computer graphics Applications and System OverviewComputer graphics Applications and System Overview
Computer graphics Applications and System Overview
 
IndusDAQ_Presentation 2014.ppsx
IndusDAQ_Presentation 2014.ppsxIndusDAQ_Presentation 2014.ppsx
IndusDAQ_Presentation 2014.ppsx
 
Presentaion final
Presentaion finalPresentaion final
Presentaion final
 
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
 
UNIT I.pptx
UNIT I.pptxUNIT I.pptx
UNIT I.pptx
 
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
 
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
 
The Art of Displaying Industrial Data
The Art of Displaying Industrial DataThe Art of Displaying Industrial Data
The Art of Displaying Industrial Data
 
Computer-Vision_Integrating-Technology_MOB_17.06.16
Computer-Vision_Integrating-Technology_MOB_17.06.16Computer-Vision_Integrating-Technology_MOB_17.06.16
Computer-Vision_Integrating-Technology_MOB_17.06.16
 

More from oleg gubanov

Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...
Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...
Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...oleg gubanov
 
Платформа GPUDigtiallab
Платформа GPUDigtiallabПлатформа GPUDigtiallab
Платформа GPUDigtiallaboleg gubanov
 
проект Gpu digital lab швабе
проект Gpu digital lab швабепроект Gpu digital lab швабе
проект Gpu digital lab швабеoleg gubanov
 
Gpu digital lab video analysis
Gpu digital lab video analysisGpu digital lab video analysis
Gpu digital lab video analysisoleg gubanov
 
подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...
подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...
подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...oleg gubanov
 
технологическая презентация Gpu digital lab
технологическая презентация Gpu digital labтехнологическая презентация Gpu digital lab
технологическая презентация Gpu digital laboleg gubanov
 
проект монитор жизни доп
проект монитор жизни   доппроект монитор жизни   доп
проект монитор жизни допoleg gubanov
 
проект монитор пациента
проект   монитор пациентапроект   монитор пациента
проект монитор пациентаoleg gubanov
 
проект монитор для врача
проект   монитор для врачапроект   монитор для врача
проект монитор для врачаoleg gubanov
 
Gpuenvironment simulator(уралгазтест)
Gpuenvironment simulator(уралгазтест)Gpuenvironment simulator(уралгазтест)
Gpuenvironment simulator(уралгазтест)oleg gubanov
 
платформа Gpu digital lab(imagine cup)
платформа Gpu digital lab(imagine cup)платформа Gpu digital lab(imagine cup)
платформа Gpu digital lab(imagine cup)oleg gubanov
 
технология Imagine3 d 1 1
технология Imagine3 d 1 1технология Imagine3 d 1 1
технология Imagine3 d 1 1oleg gubanov
 
проект Gpu quantum chemistry
проект Gpu quantum chemistryпроект Gpu quantum chemistry
проект Gpu quantum chemistryoleg gubanov
 

More from oleg gubanov (13)

Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...
Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...
Бизнес-проект Центр компьютерного моделирования на основе технологии GPUDigit...
 
Платформа GPUDigtiallab
Платформа GPUDigtiallabПлатформа GPUDigtiallab
Платформа GPUDigtiallab
 
проект Gpu digital lab швабе
проект Gpu digital lab швабепроект Gpu digital lab швабе
проект Gpu digital lab швабе
 
Gpu digital lab video analysis
Gpu digital lab video analysisGpu digital lab video analysis
Gpu digital lab video analysis
 
подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...
подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...
подготовленная презентация проекта Gpu digital lab от компании аксиома для ко...
 
технологическая презентация Gpu digital lab
технологическая презентация Gpu digital labтехнологическая презентация Gpu digital lab
технологическая презентация Gpu digital lab
 
проект монитор жизни доп
проект монитор жизни   доппроект монитор жизни   доп
проект монитор жизни доп
 
проект монитор пациента
проект   монитор пациентапроект   монитор пациента
проект монитор пациента
 
проект монитор для врача
проект   монитор для врачапроект   монитор для врача
проект монитор для врача
 
Gpuenvironment simulator(уралгазтест)
Gpuenvironment simulator(уралгазтест)Gpuenvironment simulator(уралгазтест)
Gpuenvironment simulator(уралгазтест)
 
платформа Gpu digital lab(imagine cup)
платформа Gpu digital lab(imagine cup)платформа Gpu digital lab(imagine cup)
платформа Gpu digital lab(imagine cup)
 
технология Imagine3 d 1 1
технология Imagine3 d 1 1технология Imagine3 d 1 1
технология Imagine3 d 1 1
 
проект Gpu quantum chemistry
проект Gpu quantum chemistryпроект Gpu quantum chemistry
проект Gpu quantum chemistry
 

Recently uploaded

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commercemanigoyal112
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentationvaddepallysandeep122
 
How To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROHow To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROmotivationalword821
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identityteam-WIBU
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Developmentvyaparkranti
 

Recently uploaded (20)

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commerce
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentation
 
How To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROHow To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTRO
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identity
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Development
 

Gpu digital lab investors presentation

  • 2. GPUDigitalLab Aim of The Project: To provide access to parallel computations for scientists and lab workers at a reasonable cost. Подпись к изображению Поясняющая Россия, гор. Екатеринбург, ул. Мира, 32
  • 3. GPUDigitalLab Solution We, the members of the Axioma Software team, would like to purpose a cluster solution for parallel computations on the GPU. This product will consist of a GPU oriented server that will contain NVIDIA Tesla Graphics Processor at its core. The software would be built upon Microsoft DirectCompute engine. It will be built as a set of client applications that use the power of the GPU core for the computtations. Each application would be oriented to either a problem or a set of problems in modern science and computer graphics.User starts by logging into the server and download the relevant client application. After that the user fills in an input form and sends the data to the server through a secured channel. This architercture allows users to use the power of modern gpu despite the fact they have relatively cheap hardware. Россия, гор. Екатеринбург, ул. Мира, 32
  • 4. • This project consists of a gpu processing core engine that has a set of connected client applications working in allocated domains • This project has a scalable architecture that makes it easy to install new products. • The aim of the project is to provide the scientific community with a powerful computational platform at a reasonable price. • The website of the project includes a dedicated control panel for each user where he can see the current account balance as well as the list of the latest operations. Project Overview GPUDigitalLab
  • 5. SOFTWARE ARCHITECTURE Россия, гор. Екатеринбург, ул. Мира, 32 3D Graphics Core Engine DirectCompute Core Engine Video Rendering Engine Direct2D Graphics Engine Core Engine Fluid Mechanics Rendering Engine Data Visualization engine FPS Scene Rendering Engine Render Farm Engine 3-rd Person Simulations Engine Mathematical Modelling Engine GPUDigitalLab
  • 6. SOFTWARE CONCEPT • At the core of the system there is module that can execute compute shader programs and analyze results • There are 3 types of data that we frequently need for our purposes • Structured Buffers(used to store numerical data) • Shader Resources(used to store texture data • Unordered Access View(used to send the collected data to the computational pipeline • Compute Shader(a module that collects the data stored in buffers and performs computations based upon a certain algorithm
  • 7. PROGRAM STARTUP • On startup the program open a login dialog Login Password
  • 8. PROGRAM RUNTIME • After Logging in the system creates a user session and sets it a unique id. Using the locking mechanism of compute shaders we create a set of writable buffers, shader resources and UAVs(unordered access views). • The system loops through the .config file and creates the execution domains for every core module.
  • 9. PROGRAM RUNTIME • In order to run client applications within our core we need the following objects for each application • Application Manager(responsible for launching and shutting down apps). • Application Instance(responsible for controlling the app execution thread. It must collect the data produced by the apps). • Event Processor(responsible for handling the messages produced by the client apps and processing possible errors)
  • 10. PROGRAM STARTUP Create main window • Program Startup Launch Direct3D11 Engine • Direct3 D11 Initialize DirectCompute Manager Create GPU Core Object • ] Initialize Rendering Engine
  • 11. DIRECT3D INITIALIZATION Create the Rendering Device Create a Render target Create a back buffer Create a depth stencil Create a viewport
  • 12. DIRECTCOMPUTE EXECUTION PROCESS Compile Shader into Byte Code Read the input data for the computation Create Compute Shader Instance Create constant buffers Create Shader Resources Create Unordered Access Views Create Debug Buffer Set the compute shader and its buffers and execute the shader on a set of gpu threads
  • 13. APPLICATION DOMAIN HAS • An initialized 3D Rendering Loop • An initialized DirectCompute processing loop • A set of buffers for data storage • A set of shader resources for texturing • A set of compute shader instances • An allocated DirectCompute manager class for operations such as data creation • An allocated Data archiving module for compressing and decompressing data.
  • 14. APPLICATION DOMAIN MANAGER • Creates and destroys Domains • Collects the data from event processors • Keeps the diary of the operations. • Controls the threads that are used by the domain
  • 15. APPLICATION DOMAIN INSTANCE • Holds the objects that are necessary for computations • Has a collection of program objects such as buffers, resources and views. • Provides a mechanism to edit the data stored in buffers. • Provides a secure access to the data for client apps
  • 16. APPLICATION DOMAIN INSTANCE • An allocated memory pool for application execution • Contains a set of predefined objects, buffers and resources. • Allows to transfer data securely between different processes. • Allows to load program utilities into its threads and control the operation
  • 17. USER SESSION CONTROLLER • Provides the user with a secure access to system resources • Creates a session with a unique session id and stored its in a data archive • Starts a thread that processes the actions of the user and sends the results to the system modules
  • 18. APPLICATION MANAGER • Has an id of a running software process • Controls the data that is produces by the process • Responsible for starting and terminating systemic widgets • Responsible for transferring the data between widget.
  • 19. APPLICATION EVENT PROCESSOR • Controls the event produced by the application through a named pipe and an allocated reading thread • Used the received data to determine the state of the executed applications. • Sends the received info about an application to application state manager
  • 20. APPLICATION STATE MANGER • Responsible for collecting the data from application processors about the state of a module • Responsible for informing the other participating modules about a state change for a given module. • Responsible for sending the data about the application errors to the main processing loop.
  • 21. PROGRAM TYPICAL EXECUTION THREAD Login • User logs into the system Session • User is allocated a session Domains • System creates a set of domains Applications Applications are loaded into domains Application Selection User selects an application from the panel Data User enters the input parameters into the fields of the dialog and selects the output format Computation Data is sent to a computationa l engine through a secured channel and processed using a set of predefined algorithms Output User is presented with an output that can be saved to a file
  • 22. CLUSTER PRODUCTS OF GPUDIGITALLAB GPUDigitalLab Core Engine Industrial Simulations Engine Fluid Mechanics Engine Video Encoding and Analysis Engine Physics and Chemistry processes Simulation Engine Crowd visualization Engine Image Processing Engine Render- Farm Engine Data- visualization Engine Россия, гор. Екатеринбург, ул. Мира, 32 GPUDigitalLab
  • 23. 7 STEPS TO USE GPUDIGITALLAB Россия, гор. Екатеринбург, ул. Мира, 32 Go to www.omenart.ru/ gpu Log into the system or register an account Select the necessary software module from the control panel Input the relevant parameters Calculate or simulate a temporary result Pay for the transaction Output and save the final result to a file GPUDigitalLab
  • 24. THE EXAMPLES OF GPUDIGITALLAB PROJECTS Fluid Mechanics Россия, гор. Екатеринбург, ул. Мира, 32 GPUDigitalLab
  • 25. CHEMICAL REACTIONS SIMULATIONS Россия, гор. Екатеринбург, ул. Мира, 32 GPUDigitalLab
  • 26. BLOOD CIRCULATION SIMULATOR Россия, гор. Екатеринбург, ул. Мира, 32 GPUDigitalLab
  • 27. CROWD RENDERING SIMULATOR Россия, гор. Екатеринбург, ул. Мира, 32 GPUDigitalLab
  • 28. RAY-TRACING RENDERING SYSTEM Россия, гор. Екатеринбург, ул. Мира, 32 GPUDigitalLab
  • 32. UPCOMING PRODUCTS • GPUSmartCrowdEngine – software to visualize and classify crowds of people for statistical analysis • GPUProcessAccelerator – system utility that allows to transfer processing threads of data from cpu to GPU • GPUVideoInspector – software to seek relevant text and numerical information inside a video file • GPUDMOLSimulationEngine – software products for molecular configurations computation and dispertion of the elextron density. • GPUSkinInfectionDetector – software product that uses image analysis for detecting skin diseases • GPUConvectionVisualizer – software to visualize air streams within an apartment building • GPUFireExtinguishingPlanner – training tool for a fire brigade or the workers of a factory where you can configure the interior of the apartment, set random fire sources and create a training scenario. A group of students should eliminate the fire during a limited amount of time. • GPUConstructionDemolitionEngine – building destruction simulation engine. Россия, гор. Екатеринбург, ул. Мира, 32
  • 33. UPCOMING PRODUCTS • GPUChemicalReactionsSimulator – a learning game where students have to construct a chemical reaction equation using an interactive periodic table. • GPUBloodSimulationEngine – blood circulation engine. • GPUCavitiesSimulationEngine – dental diseases simulation engine. • GPUFlueAndColdSimulationEngine – cold and flue dispersion simulator. • GPUCrudeOilFlowSimulationEngine – oil pipe traffic simulation engine Россия, гор. Екатеринбург, ул. Мира, 32
  • 34. Essential Hardware Server Model: GPX XT10-2260-6GPU CPU: 2 x Six-Core Intel® Xeon® Processor E5-2630 v2 2.60GHz 15MB Cache (80W) RAM: 8 x 4GB PC3-14900 1866MHz DDR3 ECC Registered DIMM HDD: 250GB SATA 6.0Gb/s 7200RPM - 2.5" - Seagate Constellation.2™ 4 x 800GB Micron M500DC 2.5" SATA 6.0Gb/s Solid State Drive 2 x 1.6TB Intel® DC S3500 Series 2.5" SATA 6.0Gb/s Solid State Drive 2 x 800GB Intel® DC S3700 Series 2.5" SATA 6.0Gb/s Solid State Drive GPU: NVIDIA® Tesla™ K40M GPU Computing Accelerator - 12GB GDDR5 - 2880 CUDA Cores Network Card: Intel® 10-Gigabit Ethernet Converged Network Adapter X540-T1 (1x RJ- 45) UPS: APC Smart-UPS 1000VA LCD 120V - 2U Rackmount Operating System: Microsoft Windows Server 2012 Россия, гор. Екатеринбург, ул. Мира, 32 Лаборатория параллельных вычислений на GPU
  • 35. Essential Hardware Designer’s PC 5 CPU Core i7-4790 (3.6GHz) RAM 32 GB HDD 3 TB GPU NVIDIA GeForce GTX 760 (2GB) Keyboard Genius GK 110001 Mouse Gigabyte GM-M6800 Operating System Windows 8.1 Programmer’s PC 2 CPU Core i7-4790 (3.6GHz) RAM 16 GB HDD 2 TB GPU NVIDIA GeForce GTX 760 (2GB) Keyboard Genius GK 110001 Mouse Gigabyte GM-M6800 Operating System Windows 8.1
  • 36. Название темы презентации Essential Hardware Oculus Rift (Augmented reality glasses) 1 Black Magic Cinema Camera 1 Россия, гор. Екатеринбург, ул. Мира, 32
  • 37. POTENTIAL CUSTOMERS • Oil and Gas industries • Medical institutions • Educational and Research institutions • Construction Companies • Administration of Yekaterinburg • Public event organizers • Information technology companies.
  • 39. OUR OFFER FOR AN INVESTOR • Our current requirements – 1-st investment round – 350 000$ • Development of the cloud scientific utilities; • Development and sale of software solutions for the Russian Industry and scientce; • Creation of a Data-Center for scientific computing; • Deployment of the cloud server applications ; • 2-nd Investment Round – 1 100 000$. • Development of the digital scientific environments for science • Business scaling and improvement;