AUTHORS
CHANGELOG
LICENSE
MANIFEST.in
README.rst
cuda_build.py
setup.py
miga/Population.pxd
miga/__init__.py
miga/miga.cpp
miga/miga.pyx
miga/types.pxd
miga.egg-info/PKG-INFO
miga.egg-info/SOURCES.txt
miga.egg-info/dependency_links.txt
miga.egg-info/requires.txt
miga.egg-info/top_level.txt
miga/src/CPUPopulation.cpp
miga/src/CPUPopulation.hpp
miga/src/GPUPopulation.cu
miga/src/GPUPopulation.hpp
miga/src/Population.cpp
miga/src/Population.hpp
miga/src/SimpleGPUPopulation.cu
miga/src/SimpleGPUPopulation.hpp
miga/src/cuda_tools.cuh
miga/src/types.h
third-party/cub/.cproject
third-party/cub/.git
third-party/cub/.project
third-party/cub/CHANGE_LOG.TXT
third-party/cub/LICENSE.TXT
third-party/cub/README.md
third-party/cub/common.mk
third-party/cub/eclipse code style profile.xml
third-party/cub/.settings/.gitignore
third-party/cub/.settings/org.eclipse.cdt.codan.core.prefs
third-party/cub/.settings/org.eclipse.cdt.core.prefs
third-party/cub/.settings/org.eclipse.cdt.ui.prefs
third-party/cub/.settings/org.eclipse.core.runtime.prefs
third-party/cub/cub/cub.cuh
third-party/cub/cub/util_allocator.cuh
third-party/cub/cub/util_arch.cuh
third-party/cub/cub/util_debug.cuh
third-party/cub/cub/util_device.cuh
third-party/cub/cub/util_macro.cuh
third-party/cub/cub/util_namespace.cuh
third-party/cub/cub/util_ptx.cuh
third-party/cub/cub/util_type.cuh
third-party/cub/cub/agent/agent_histogram.cuh
third-party/cub/cub/agent/agent_radix_sort_downsweep.cuh
third-party/cub/cub/agent/agent_radix_sort_upsweep.cuh
third-party/cub/cub/agent/agent_reduce.cuh
third-party/cub/cub/agent/agent_reduce_by_key.cuh
third-party/cub/cub/agent/agent_rle.cuh
third-party/cub/cub/agent/agent_scan.cuh
third-party/cub/cub/agent/agent_segment_fixup.cuh
third-party/cub/cub/agent/agent_select_if.cuh
third-party/cub/cub/agent/agent_spmv_orig.cuh
third-party/cub/cub/agent/single_pass_scan_operators.cuh
third-party/cub/cub/block/block_adjacent_difference.cuh
third-party/cub/cub/block/block_discontinuity.cuh
third-party/cub/cub/block/block_exchange.cuh
third-party/cub/cub/block/block_histogram.cuh
third-party/cub/cub/block/block_load.cuh
third-party/cub/cub/block/block_radix_rank.cuh
third-party/cub/cub/block/block_radix_sort.cuh
third-party/cub/cub/block/block_raking_layout.cuh
third-party/cub/cub/block/block_reduce.cuh
third-party/cub/cub/block/block_scan.cuh
third-party/cub/cub/block/block_shuffle.cuh
third-party/cub/cub/block/block_store.cuh
third-party/cub/cub/block/specializations/block_histogram_atomic.cuh
third-party/cub/cub/block/specializations/block_histogram_sort.cuh
third-party/cub/cub/block/specializations/block_reduce_raking.cuh
third-party/cub/cub/block/specializations/block_reduce_raking_commutative_only.cuh
third-party/cub/cub/block/specializations/block_reduce_warp_reductions.cuh
third-party/cub/cub/block/specializations/block_scan_raking.cuh
third-party/cub/cub/block/specializations/block_scan_warp_scans.cuh
third-party/cub/cub/block/specializations/block_scan_warp_scans2.cuh
third-party/cub/cub/block/specializations/block_scan_warp_scans3.cuh
third-party/cub/cub/device/device_histogram.cuh
third-party/cub/cub/device/device_partition.cuh
third-party/cub/cub/device/device_radix_sort.cuh
third-party/cub/cub/device/device_reduce.cuh
third-party/cub/cub/device/device_run_length_encode.cuh
third-party/cub/cub/device/device_scan.cuh
third-party/cub/cub/device/device_segmented_radix_sort.cuh
third-party/cub/cub/device/device_segmented_reduce.cuh
third-party/cub/cub/device/device_select.cuh
third-party/cub/cub/device/device_spmv.cuh
third-party/cub/cub/device/dispatch/dispatch_histogram.cuh
third-party/cub/cub/device/dispatch/dispatch_radix_sort.cuh
third-party/cub/cub/device/dispatch/dispatch_reduce.cuh
third-party/cub/cub/device/dispatch/dispatch_reduce_by_key.cuh
third-party/cub/cub/device/dispatch/dispatch_rle.cuh
third-party/cub/cub/device/dispatch/dispatch_scan.cuh
third-party/cub/cub/device/dispatch/dispatch_select_if.cuh
third-party/cub/cub/device/dispatch/dispatch_spmv_orig.cuh
third-party/cub/cub/grid/grid_barrier.cuh
third-party/cub/cub/grid/grid_even_share.cuh
third-party/cub/cub/grid/grid_mapping.cuh
third-party/cub/cub/grid/grid_queue.cuh
third-party/cub/cub/host/mutex.cuh
third-party/cub/cub/iterator/arg_index_input_iterator.cuh
third-party/cub/cub/iterator/cache_modified_input_iterator.cuh
third-party/cub/cub/iterator/cache_modified_output_iterator.cuh
third-party/cub/cub/iterator/constant_input_iterator.cuh
third-party/cub/cub/iterator/counting_input_iterator.cuh
third-party/cub/cub/iterator/discard_output_iterator.cuh
third-party/cub/cub/iterator/tex_obj_input_iterator.cuh
third-party/cub/cub/iterator/tex_ref_input_iterator.cuh
third-party/cub/cub/iterator/transform_input_iterator.cuh
third-party/cub/cub/thread/thread_load.cuh
third-party/cub/cub/thread/thread_operators.cuh
third-party/cub/cub/thread/thread_reduce.cuh
third-party/cub/cub/thread/thread_scan.cuh
third-party/cub/cub/thread/thread_search.cuh
third-party/cub/cub/thread/thread_store.cuh
third-party/cub/cub/warp/warp_reduce.cuh
third-party/cub/cub/warp/warp_scan.cuh
third-party/cub/cub/warp/specializations/warp_reduce_shfl.cuh
third-party/cub/cub/warp/specializations/warp_reduce_smem.cuh
third-party/cub/cub/warp/specializations/warp_scan_shfl.cuh
third-party/cub/cub/warp/specializations/warp_scan_smem.cuh
third-party/cub/examples/block/.gitignore
third-party/cub/examples/block/Makefile
third-party/cub/examples/block/example_block_radix_sort.cu
third-party/cub/examples/block/example_block_reduce.cu
third-party/cub/examples/block/example_block_scan.cu
third-party/cub/examples/block/reduce_by_key.cu
third-party/cub/examples/device/.gitignore
third-party/cub/examples/device/Makefile
third-party/cub/examples/device/example_device_partition_flagged.cu
third-party/cub/examples/device/example_device_partition_if.cu
third-party/cub/examples/device/example_device_radix_sort.cu
third-party/cub/examples/device/example_device_reduce.cu
third-party/cub/examples/device/example_device_scan.cu
third-party/cub/examples/device/example_device_select_flagged.cu
third-party/cub/examples/device/example_device_select_if.cu
third-party/cub/examples/device/example_device_select_unique.cu
third-party/cub/examples/device/example_device_sort_find_non_trivial_runs.cu
third-party/cub/experimental/.gitignore
third-party/cub/experimental/Makefile
third-party/cub/experimental/histogram_compare.cu
third-party/cub/experimental/sparse_matrix.h
third-party/cub/experimental/spmv_compare.cu
third-party/cub/experimental/spmv_script.sh
third-party/cub/experimental/defunct/example_coo_spmv.cu
third-party/cub/experimental/defunct/test_device_seg_reduce.cu
third-party/cub/experimental/histogram/histogram_cub.h
third-party/cub/experimental/histogram/histogram_gmem_atomics.h
third-party/cub/experimental/histogram/histogram_smem_atomics.h
third-party/cub/test/.gitignore
third-party/cub/test/Makefile
third-party/cub/test/half.h
third-party/cub/test/link_a.cu
third-party/cub/test/link_b.cu
third-party/cub/test/link_main.cpp
third-party/cub/test/mersenne.h
third-party/cub/test/test_allocator.cu
third-party/cub/test/test_block_histogram.cu
third-party/cub/test/test_block_load_store.cu
third-party/cub/test/test_block_radix_sort.cu
third-party/cub/test/test_block_reduce.cu
third-party/cub/test/test_block_scan.cu
third-party/cub/test/test_device_histogram.cu
third-party/cub/test/test_device_radix_sort.cu
third-party/cub/test/test_device_reduce.cu
third-party/cub/test/test_device_reduce_by_key.cu
third-party/cub/test/test_device_run_length_encode.cu
third-party/cub/test/test_device_scan.cu
third-party/cub/test/test_device_select_if.cu
third-party/cub/test/test_device_select_unique.cu
third-party/cub/test/test_grid_barrier.cu
third-party/cub/test/test_iterator.cu
third-party/cub/test/test_util.h
third-party/cub/test/test_warp_reduce.cu
third-party/cub/test/test_warp_scan.cu
third-party/cub/tune/.gitignore
third-party/cub/tune/Makefile
third-party/cub/tune/tune_device_reduce.cu