Pinned Repositories
bachelor_thesis
text of my bachelor thesis
Chess
FPGA
Image processing on FPGA: course project for CS 243 (High performance architecture)
heap
midget that count the number of heaps of fixed size
LFStack
newPM_LLVM_pass
A HelloWorld LLVM pass that uses New Pass Manager
numbers
math assistant
smpl_compiler
Writing a compiler for smpl (course project CS241, UCI, professor Franz)
sokoban
Sokoban game AI for UCI CS271 course project
TrickyBrick
game which is similar to filler for iPhone
sepy97's Repositories
sepy97/newPM_LLVM_pass
A HelloWorld LLVM pass that uses New Pass Manager
sepy97/sokoban
Sokoban game AI for UCI CS271 course project
sepy97/bachelor_thesis
text of my bachelor thesis
sepy97/Chess
sepy97/FPGA
Image processing on FPGA: course project for CS 243 (High performance architecture)
sepy97/heap
midget that count the number of heaps of fixed size
sepy97/LFStack
sepy97/LockBasedStack
Stack based on mutexes
sepy97/smpl_compiler
Writing a compiler for smpl (course project CS241, UCI, professor Franz)
sepy97/LockBasedTreap
lock-based Treap (fine grained)
sepy97/LoopExtractor
sepy97/MatrixMultiplication
sepy97/MatrixTranspose
sepy97/minCPU
Проект, целью которого является оптимизация потребления ресурсов процессором
sepy97/ML_trace_predictor
ML-based trace predictor
sepy97/MyLLVM
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
sepy97/OOP
course by DAPodles
sepy97/Optimistic-Stack
CAS-only implementation of Stack
sepy97/perf_250A
profiling a small source file (10 000 000+ instructions) with perf tool
sepy97/planprocess
python program that optimises the speed of the processor for a given task schedule
sepy97/predictorTest
some tests of trace predictor on hand-made generic loop
sepy97/rose
Developed at Lawrence Livermore National Laboratory (LLNL), ROSE is an open source compiler infrastructure to build source-to-source program transformation and analysis tools for large-scale C (C89 and C98), C++ (C++98 and C++11), UPC, Fortran (77/95/2003), OpenMP, Java, Python and PHP applications.
sepy97/RTMStack
Stack implementation with the use of Intel TSX (RTM)
sepy97/RTMTreap
Treap with the use of Intel TSX (RTM)
sepy97/SoftEngineering
Курс программной инженерии Лаврищевой Екатерины Михайловны
sepy97/STMStack
Stack implementation with Software Transaction Memory
sepy97/stratBot
sepy97/TMtest
In this repository there are some manual tests of different transactional memory systems
sepy97/treap
here is my final updates on lock-free treap
sepy97/treaps
attempt of developing a concurrent implementation of treaps