Octopus
cuda.F90 File Reference

Go to the source code of this file.

Modules

module  cuda_oct_m
 

Data Types

interface  cuda_oct_m::cuda_init
 
interface  cuda_oct_m::cuda_end
 
interface  cuda_oct_m::cuda_module_map_init
 
interface  cuda_oct_m::cuda_module_map_end
 
interface  cuda_oct_m::cuda_build_program
 
interface  cuda_oct_m::cuda_create_kernel
 
interface  cuda_oct_m::cuda_release_module
 
interface  cuda_oct_m::cuda_release_kernel
 
interface  cuda_oct_m::cuda_device_max_threads_per_block
 
interface  cuda_oct_m::cuda_kernel_max_threads_per_block
 
interface  cuda_oct_m::cuda_device_max_grid_dim_x
 
interface  cuda_oct_m::cuda_device_max_grid_dim_y
 
interface  cuda_oct_m::cuda_device_max_grid_dim_z
 
interface  cuda_oct_m::cuda_device_max_block_dim_x
 
interface  cuda_oct_m::cuda_device_max_block_dim_y
 
interface  cuda_oct_m::cuda_device_max_block_dim_z
 
interface  cuda_oct_m::cuda_device_total_memory
 
interface  cuda_oct_m::cuda_device_shared_memory
 
interface  cuda_oct_m::cuda_mem_alloc
 
interface  cuda_oct_m::cuda_mem_free
 
interface  cuda_oct_m::cuda_alloc_arg_array
 
interface  cuda_oct_m::cuda_free_arg_array
 
interface  cuda_oct_m::cuda_kernel_set_arg_buffer
 
interface  cuda_oct_m::cuda_context_synchronize
 
interface  cuda_oct_m::cuda_synchronize_all_streams
 
interface  cuda_oct_m::cuda_launch_kernel
 
interface  cuda_oct_m::cuda_device_name
 
interface  cuda_oct_m::cuda_device_capability
 
interface  cuda_oct_m::cuda_driver_version
 
interface  cuda_oct_m::cuda_device_get_warpsize
 
interface  cuda_oct_m::cuda_deref
 
interface  cuda_oct_m::cuda_set_stream
 
interface  cuda_oct_m::cuda_get_stream
 
interface  cuda_oct_m::cuda_memcpy_htod
 
interface  cuda_oct_m::cuda_memcpy_dtoh
 
interface  cuda_oct_m::cuda_get_pointer_with_offset
 
interface  cuda_oct_m::cuda_clean_pointer
 

Variables

integer, parameter, public cuda_oct_m::cublas_diag_non_unit = 131
 
integer, parameter, public cuda_oct_m::cublas_diag_unit = 132
 
integer, parameter, public cuda_oct_m::cublas_op_n = 111
 
integer, parameter, public cuda_oct_m::cublas_op_t = 112
 
integer, parameter, public cuda_oct_m::cublas_op_c = 113
 
integer, parameter, public cuda_oct_m::cublas_fill_mode_lower = 122
 
integer, parameter, public cuda_oct_m::cublas_fill_mode_upper = 121
 
integer, parameter, public cuda_oct_m::cublas_side_left = 141
 
integer, parameter, public cuda_oct_m::cublas_side_right = 142