Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Merge requests
!332
Add experimental half precison support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add experimental half precison support
holzer/pystencils:halfP
into
master
Overview
21
Commits
15
Pipelines
15
Changes
4
Merged
Markus Holzer
requested to merge
holzer/pystencils:halfP
into
master
2 years ago
Overview
15
Commits
15
Pipelines
15
Changes
4
Expand
With this MR experimental half-precision support is added
0
0
Merge request reports
Viewing commit
287a4c79
Prev
Next
Show latest version
4 files
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
287a4c79
Rename cudajit to gpujit
· 287a4c79
Markus Holzer
authored
2 years ago
pystencils/gpu/__init__.py
+
1
−
1
Options
from
pystencils.gpu.gpu_array_handler
import
GPUArrayHandler
,
GPUNotAvailableHandler
from
pystencils.gpu.gpu_array_handler
import
GPUArrayHandler
,
GPUNotAvailableHandler
from
pystencils.gpu.
cuda
jit
import
make_python_function
from
pystencils.gpu.
gpu
jit
import
make_python_function
from
pystencils.gpu.kernelcreation
import
create_cuda_kernel
,
created_indexed_cuda_kernel
from
pystencils.gpu.kernelcreation
import
create_cuda_kernel
,
created_indexed_cuda_kernel
from
.indexing
import
AbstractIndexing
,
BlockIndexing
,
LineIndexing
from
.indexing
import
AbstractIndexing
,
BlockIndexing
,
LineIndexing
Loading