Граф коммитов

3591 Коммитов

Автор SHA1 Сообщение Дата
foreman 842094ccbf P4 to Git Change 1766106 by kjayapra@99_HIPWS_SLV_CHECKIN on 2019/04/04 18:07:26
SWDEV-144570 - Implementation of hipMemcpyToSymbol and simillar fns for PAL.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#89 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#102 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#46 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#135 edit
2019-04-04 18:22:40 -04:00
foreman b4b0b1f61d P4 to Git Change 1766089 by skudchad@skudchad_rocm on 2019/04/04 17:42:11
SWDEV-145570 - Re-enable subwindow copy. TC issue isnt because of this change

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#31 edit
2019-04-04 18:10:02 -04:00
foreman 253ae76c1a P4 to Git Change 1765926 by skudchad@skudchad_rocm on 2019/04/04 13:58:54
SWDEV-145570 - Disable subwindow copy temporarily to see if TC random hangs go away

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#30 edit
2019-04-04 14:29:43 -04:00
foreman 54e8916492 P4 to Git Change 1765705 by chui@ocl-promo-incrementor on 2019/04/04 03:00:37
SWDEV-2 - Change OpenCL version number from 2871 to 2872.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2619 edit
2019-04-04 03:13:11 -04:00
foreman ff07325e31 P4 to Git Change 1765557 by gandryey@gera-w8 on 2019/04/03 16:52:57
SWDEV-79445 - OCL generic changes and code clean-up
	- More changes to make sure runtime and LC could be built separately

Affected files ...

... //depot/stg/opencl/drivers/opencl/Makefile#71 edit
... //depot/stg/opencl/drivers/opencl/compiler/Makefile#73 edit
... //depot/stg/opencl/drivers/opencl/library/build/Makefile.library#78 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#38 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#88 edit
2019-04-03 17:09:09 -04:00
foreman dc0fc2d882 P4 to Git Change 1765529 by asalmanp@asalmanp-ocl-stg on 2019/04/03 15:40:06
SWDEV-132899 - [OCL] set lcWavefrontSize64_ on ROCm for all ASICs except gfx10+ so that we Link wavefrontsize64 correctly

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/17081/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#43 edit
2019-04-03 16:05:38 -04:00
foreman c7f3c70d01 P4 to Git Change 1765169 by chui@ocl-promo-incrementor on 2019/04/03 03:00:37
SWDEV-2 - Change OpenCL version number from 2870 to 2871.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2618 edit
2019-04-03 03:15:46 -04:00
foreman 59c22c5bc9 P4 to Git Change 1764757 by yaxunl@yaxunl-lc10 on 2019/04/02 11:49:22
SWDEV-145570 - Fix hanging of clinfo due to excessive memory requests.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#304 edit
2019-04-02 12:23:44 -04:00
foreman 7cd51d2386 P4 to Git Change 1764730 by asalmanp@asalmanp-ocl-stg on 2019/04/02 11:18:14
SWDEV-132899 - [OCL][GFX10] Link correct wavefrontsize64 function in non-comgr path

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/17069/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#37 edit
2019-04-02 12:03:04 -04:00
foreman b751b6cf19 P4 to Git Change 1764636 by chesik@chesik_bdc-dtw-chesikw10_driver on 2019/04/02 08:20:28
SWDEV-183848 - Update OpenCL perfcounter blocks to match the block lists used by GPUPerfAPI (which is in turn used by RCP and CodeXL)

	- The PAL block index for the PA_SC block was incorrect in all hw generations (in PAL, GpuBlock::SC has ordinal 4, not 3)
	- In GFX9, the MC and SRBM blocks are not supported
	- In GFX10, the following changes are made:
	  -- There are 8 CB instances per SE
	  -- There are 8 DB instances per SE
	  -- There are 2 PA_SU instances per SE
	  -- There are 4 PS_SC instances per SE
	  -- There are 4 RMI instances per SE
	  -- There are 2 GL1A instances per SE
	  -- There are 2 GL1C instances per SE
	  -- There are 8 GL1CG instances per SE
	  -- There are 4 global GL2A instances
	  -- There are 16 global GL2A instances
	  -- There are 4 global CHC instances

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#19 edit
2019-04-02 08:50:00 -04:00
foreman 35bef95807 P4 to Git Change 1764509 by chui@ocl-promo-incrementor on 2019/04/02 03:00:37
SWDEV-2 - Change OpenCL version number from 2869 to 2870.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2617 edit
2019-04-02 03:13:16 -04:00
foreman 3a050479de P4 to Git Change 1763913 by chui@ocl-promo-incrementor on 2019/04/01 03:00:36
SWDEV-2 - Change OpenCL version number from 2868 to 2869.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2616 edit
2019-04-01 03:21:19 -04:00
foreman 41c4d730bf P4 to Git Change 1763808 by chui@ocl-promo-incrementor on 2019/03/31 03:00:35
SWDEV-2 - Change OpenCL version number from 2867 to 2868.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2615 edit
2019-03-31 03:11:12 -04:00
foreman 0981972e19 P4 to Git Change 1763767 by chui@ocl-promo-incrementor on 2019/03/30 03:00:35
SWDEV-2 - Change OpenCL version number from 2866 to 2867.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2614 edit
2019-03-30 03:10:57 -04:00
foreman 4ef1c3e2df P4 to Git Change 1763319 by chui@ocl-promo-incrementor on 2019/03/29 03:00:42
SWDEV-2 - Change OpenCL version number from 2865 to 2866.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2613 edit
2019-03-29 03:12:36 -04:00
foreman 05db9f0332 P4 to Git Change 1762698 by chui@ocl-promo-incrementor on 2019/03/28 03:00:35
SWDEV-2 - Change OpenCL version number from 2864 to 2865.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2612 edit
2019-03-28 03:17:15 -04:00
foreman 5b12ab80ca P4 to Git Change 1762148 by chui@ocl-promo-incrementor on 2019/03/27 03:00:34
SWDEV-2 - Change OpenCL version number from 2863 to 2864.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2611 edit
2019-03-27 03:21:33 -04:00
foreman 89517d2c68 P4 to Git Change 1761423 by chui@ocl-promo-incrementor on 2019/03/26 03:00:33
SWDEV-2 - Change OpenCL version number from 2862 to 2863.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2610 edit
2019-03-26 05:48:57 -04:00
foreman 20447c31c9 P4 to Git Change 1761135 by asalmanp@asalmanp-ocl-stg on 2019/03/25 14:44:32
SWDEV-132899 - [OCL][GFX10] add support for Navi10_A0 (gfx1010) (new entry from PAL for Navi10 A0 boards)

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/17022/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#74 edit
2019-03-25 22:33:07 -04:00
foreman 324486b2ec P4 to Git Change 1761023 by wchau@wchau_OCL_boltzmann on 2019/03/25 11:21:37
SWDEV-168145 - Add ECC target feature to OpenCL runtime
	- hard coded SRAM ECC target feature for now since ROCr disable sram-ecc reporting via ISA until HCC is fixed

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#123 edit
2019-03-25 20:32:28 -04:00
foreman a178f9a339 P4 to Git Change 1760807 by chui@ocl-promo-incrementor on 2019/03/25 03:00:33
SWDEV-2 - Change OpenCL version number from 2861 to 2862.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2609 edit
2019-03-25 15:39:57 -04:00
foreman b1bc5bfed6 P4 to Git Change 1760684 by chui@ocl-promo-incrementor on 2019/03/24 03:00:33
SWDEV-2 - Change OpenCL version number from 2860 to 2861.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2608 edit
2019-03-25 13:41:34 -04:00
foreman c8fc540b79 P4 to Git Change 1760645 by chui@ocl-promo-incrementor on 2019/03/23 03:00:33
SWDEV-2 - Change OpenCL version number from 2859 to 2860.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2607 edit
2019-03-23 03:11:09 -04:00
foreman 34e984bd89 P4 to Git Change 1760618 by slinder1@slinder1-fiji-ocllc on 2019/03/22 19:25:25
SWDEV-155806 - Dump preprocessed source

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#36 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#22 edit
2019-03-22 20:13:50 -04:00
foreman f2e285b0d0 P4 to Git Change 1760085 by chui@ocl-promo-incrementor on 2019/03/22 03:00:32
SWDEV-2 - Change OpenCL version number from 2858 to 2859.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2606 edit
2019-03-22 03:16:28 -04:00
foreman d9f16f3b03 P4 to Git Change 1759731 by asalmanp@asalmanp-ocl-stg on 2019/03/21 14:47:37
SWDEV-132899 - [OCL][GFX10] report 64K for LDS on gfx10+

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16995/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#73 edit
2019-03-21 15:35:11 -04:00
foreman b611f3844e P4 to Git Change 1759681 by asalmanp@asalmanp-ocl-stg on 2019/03/21 14:04:11
SWDEV-132899 - use the correct target names for Navi12 (gfx1011) and Navi14 (gfx1012) and add support for Navi21 (gfx1030)

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16993/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbedefs#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#49 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#128 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#72 edit
2019-03-21 14:27:18 -04:00
foreman 732a38599b P4 to Git Change 1759678 by asalmanp@asalmanp-ocl-stg on 2019/03/21 14:02:44
SWDEV-183848 - Updating gfx10BlockIdPal based on the request from CodeXL

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16992/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#18 edit
2019-03-21 14:22:22 -04:00
foreman b74f074694 P4 to Git Change 1759390 by chui@ocl-promo-incrementor on 2019/03/21 03:00:31
SWDEV-2 - Change OpenCL version number from 2857 to 2858.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2605 edit
2019-03-21 03:15:20 -04:00
foreman 9ad9c6d933 P4 to Git Change 1758765 by chui@ocl-promo-incrementor on 2019/03/20 03:00:33
SWDEV-2 - Change OpenCL version number from 2856 to 2857.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2604 edit
2019-03-20 03:25:20 -04:00
foreman 46ffad2bc5 P4 to Git Change 1758488 by asalmanp@asalmanp-ocl-stg on 2019/03/19 15:18:18
SWDEV-132899 - [OCL][GFX10] add "wavefrontsize64" to the linkOptions if they had previously been added to the compile options

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16966/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#35 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#71 edit
2019-03-19 15:43:32 -04:00
foreman 79cbc7bfb3 P4 to Git Change 1758091 by chui@ocl-promo-incrementor on 2019/03/19 03:00:31
SWDEV-2 - Change OpenCL version number from 2855 to 2856.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2603 edit
2019-03-19 03:46:43 -04:00
foreman 0aa5b591fc P4 to Git Change 1757990 by asalmanp@asalmanp-ocl-stg on 2019/03/18 21:40:52
SWDEV-132899 - [OCL][GFX10] passing "force-wgp-mode" option to Finalizer to enable WGP mode by default on gfx10+
	and allow GPU_ENABLE_WGP_MODE to control the WGP/CU mode for HSAIL/SC path as well.
	- also for Ariel (Navi10Lite) the wave32 should be disabled in LC but allow GPU_ENABLE_WAVE32_MODE control it for testing if needed.

	ReviewrequestURL = http://ocltc.amd.com/reviews/r/16926/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#70 edit
2019-03-18 21:59:50 -04:00
foreman ddba7b6c8d P4 to Git Change 1757959 by asalmanp@asalmanp-ocl-stg on 2019/03/18 18:53:08
SWDEV-132899 - [OCL][GFX10] propagate "force-wgp-mode" option to finalizer

	ReviewRequestURL = ReviewRequestURL = http://ocltc.amd.com/reviews/r/16894/

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.cpp#71 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/OPTIONS.def#140 edit
2019-03-18 19:12:32 -04:00
foreman 02357d3832 P4 to Git Change 1757956 by kjayapra@1_HIPWS_SL_IPC on 2019/03/18 18:47:13
SWDEV-144570 - Fixing Compilation Error from CL 1757948

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#21 edit
2019-03-18 19:09:27 -04:00
foreman 5d790f0cc0 P4 to Git Change 1757948 by kjayapra@1_HIPWS_SL_IPC on 2019/03/18 18:29:24
SWDEV-144570 - Implementation of
	               hipMemcpyToSymbol, hipMemcpyFromSymbol,
	               hipMemcpyToSymbolAsync, hipMemcpyFromSymbolAsync,
	               hipGetSymbolAddress, hipModuleGetGlobal

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#12 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#13 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#101 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#45 edit
2019-03-18 18:44:55 -04:00
foreman 5aae5461c3 P4 to Git Change 1757879 by wchau@wchau_OCL_boltzmann on 2019/03/18 16:14:33
SWDEV-168145 - Add ECC target feature to OpenCL runtime
	- passing the sram-ecc option when using COMGR

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#33 edit
2019-03-18 17:07:24 -04:00
foreman 153ce98b4a P4 to Git Change 1757370 by chui@ocl-promo-incrementor on 2019/03/16 03:00:30
SWDEV-2 - Change OpenCL version number from 2854 to 2855.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2602 edit
2019-03-16 03:11:12 -04:00
foreman 782b1a87cc P4 to Git Change 1756830 by chui@ocl-promo-incrementor on 2019/03/15 03:00:31
SWDEV-2 - Change OpenCL version number from 2853 to 2854.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2601 edit
2019-03-15 03:17:08 -04:00
foreman 2e184e8605 P4 to Git Change 1756725 by jatang@jatang_win_pal_lc on 2019/03/14 18:00:06
SWDEV-178313 - Enable OpenCL 2.0 and the ClKhrImage2dFromBuffer extension on ROCm/LC path for Vega10+.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#122 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#42 edit
2019-03-14 19:33:16 -04:00
foreman 1a06978531 P4 to Git Change 1756649 by gandryey@gera-w8 on 2019/03/14 16:24:17
SWDEV-86035 - Fix asserts in PAL after latest integration

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#71 edit
2019-03-14 18:25:41 -04:00
foreman 077970019b P4 to Git Change 1756596 by slinder1@slinder1-fiji-ocllc on 2019/03/14 15:19:56
SWDEV-79445 - Extend buildlog handling in Comgr path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#19 edit
2019-03-14 17:09:48 -04:00
foreman a9861b1192 P4 to Git Change 1755461 by chui@ocl-promo-incrementor on 2019/03/13 03:00:30
SWDEV-2 - Change OpenCL version number from 2852 to 2853.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2600 edit
2019-03-13 03:10:17 -04:00
foreman 20652884f1 P4 to Git Change 1754722 by chui@ocl-promo-incrementor on 2019/03/12 03:00:29
SWDEV-2 - Change OpenCL version number from 2851 to 2852.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2599 edit
2019-03-12 03:36:24 -04:00
foreman 2a27a1d32f P4 to Git Change 1753846 by chui@ocl-promo-incrementor on 2019/03/09 03:00:28
SWDEV-2 - Change OpenCL version number from 2850 to 2851.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2598 edit
2019-03-09 03:16:26 -05:00
foreman ea146a3c5d P4 to Git Change 1753587 by smekhano@stas-msdn-pluto-ocl on 2019/03/08 14:20:41
SWDEV-79445 - compiler dumps were damaged on Windows

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#31 edit
2019-03-08 14:45:57 -05:00
foreman e3c07cbf4e P4 to Git Change 1753323 by chui@ocl-promo-incrementor on 2019/03/08 03:00:28
SWDEV-2 - Change OpenCL version number from 2849 to 2850.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2597 edit
2019-03-08 03:14:25 -05:00
foreman d07fd4bd06 P4 to Git Change 1753206 by kzhuravl@bos-10-kzhuravl-sc on 2019/03/07 21:36:25
SWDEV-125823 - Use ccache if ROCM_OPENCL_CCACHE_BUILD=ON

	This is a preparation for enabling ccache in our Jenkins jobs.

	Change-Id: I3d0ae3fbf0f14afdd828fc51120f24b130ee105d

	Reviewed and tested: http://git.amd.com:8080/c/compute/ec/opencl/+/208573

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#22 edit
2019-03-07 21:52:47 -05:00
foreman 5859df8ba1 P4 to Git Change 1753100 by cpaquot@cpaquot-ocl-lc-lnx on 2019/03/07 16:44:30
SWDEV-145570 - [HIP] Forgot this file.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#121 edit
2019-03-07 17:29:21 -05:00
foreman 598c3f2821 P4 to Git Change 1753099 by cpaquot@cpaquot-ocl-lc-lnx on 2019/03/07 16:43:54
SWDEV-145570 - [HIP] Change IS_HIP into a dynamic variable set by HIP layer

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_context.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#127 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#303 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/macros.hpp#11 edit
2019-03-07 17:24:23 -05:00