Opened 4 years ago
Closed 4 years ago
#1459 closed defect (fixed)
Support issue on JVET_U0103_HIGH_BIT_DEPTH_SIMD
Reported by: | tianyang_zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-12.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In VTM-12.0rc1 with JVET_U0103_HIGH_BIT_DEPTH_SIMD macro being equal to 1, segmentation fault occurs when [SIMD=AVX2] is used while there’s no problem when [SIMD=SSE42] or [SIMD=AVX] is used.
Change history (5)
comment:1 follow-up: ↓ 2 Changed 4 years ago by XiangLi
comment:2 in reply to: ↑ 1 Changed 4 years ago by tianyang_zhou
Replying to XiangLi:
Could you provide the detailed command line setting so that we could duplicate the issue?
EncoderAppStatic -c VVCSoftware_VTM/cfg/encoder_intra_vtm.cfg -i BQSquare.yuv -o --SourceWidth=416 --SourceHeight=240 --FrameRate=60 --InputBitDepth=8 -q 37 --FramesToBeEncoded=1 --SIMD=AVX2
It is noted that" #define JVET_R0351_HIGH_BIT_DEPTH_ENABLED 1" should be specified in build
comment:3 follow-up: ↓ 4 Changed 4 years ago by xyxiu
Tianyang, could you please try fix in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2017?
comment:4 in reply to: ↑ 3 Changed 4 years ago by tianyang_zhou
Replying to xyxiu:
Tianyang, could you please try fix in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2017?
I've confirmed that the issue seems to be fixed.
comment:5 Changed 4 years ago by fbossen
- Milestone set to VTM-12.0
- Resolution set to fixed
- Status changed from new to closed
Could you provide the detailed command line setting so that we could duplicate the issue?