Searched hist:11692 (Results 1 - 25 of 25) sorted by relevance
/gem5/src/gpu-compute/ | ||
H A D | GPUStaticInstFlags.py | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | kernel_cfg.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | SConscript | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | gpu_static_inst.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | local_memory_pipeline.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | lds_state.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | global_memory_pipeline.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | vector_register_file.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | lds_state.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | GPU.py | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | gpu_dyn_inst.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | gpu_static_inst.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | shader.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | wavefront.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | gpu_dyn_inst.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | compute_unit.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | compute_unit.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
/gem5/src/arch/hsail/ | ||
H A D | SConscript | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
/gem5/src/arch/hsail/insts/ | ||
H A D | mem.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | main.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | pseudo_inst.cc | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | mem_impl.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | branch.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | decl.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
H A D | mem.hh | 11692:e772fdcd3809 Wed Oct 26 22:47:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: remove inst enums and use bit flag for attributes this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. |
Completed in 97 milliseconds