Am 19.01.2018 um 09:23 schrieb Chunming Zhou:
for(( i=1; i < 100; i++))
do
echo "Hello, Welcome $i times "
sudo ./amdgpu_test -s 1 -t 5
done
with above stricpt, run in two terminals, will reproduce Felix's swap leeking
issue.
Change-Id: If637b5da1eabe69806f41f0c6f9056b1e9447efc
Sig
for(( i=1; i < 100; i++))
do
echo "Hello, Welcome $i times "
sudo ./amdgpu_test -s 1 -t 5
done
with above stricpt, run in two terminals, will reproduce Felix's swap leeking
issue.
Change-Id: If637b5da1eabe69806f41f0c6f9056b1e9447efc
Signed-off-by: Chunming Zhou
---
tests/amdgpu/amdgp