{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "espnet-demo.ipynb", "version": "0.3.2", "provenance": [], "collapsed_sections": [] }, "kernelspec": { "name": "python3", "display_name": "Python 3" } }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "4ezouV0jKrGc", "colab_type": "text" }, "source": [ "# Pretrained Model\n", "\n", "This is the example notebook of how-to-recognize and -synthesize speech using the ESPnet models.\n", "\n", "See also:\n", "\n", "- Tutorial: https://github.com/espnet/espnet/blob/master/doc/tutorial.md\n", "- Github: https://github.com/espnet\n", "\n", "Author: [Takenori Yoshimura](https://github.com/takenori-y)\n", "\n", "Last update: 2019/07/28" ] }, { "cell_type": "markdown", "metadata": { "id": "wCnZE0juLHBp", "colab_type": "text" }, "source": [ "## Setup envrionment\n", "\n", "Let's setup the environmet for the demonstration.\n", "It takes around 10 minues. Please keep waiting for a while." ] }, { "cell_type": "code", "metadata": { "id": "EFNKL6etIafl", "colab_type": "code", "outputId": "4f821fe0-25c5-4f76-a5cb-7acf8a9ae3e3", "colab": { "base_uri": "https://localhost:8080/", "height": 1000 } }, "source": [ "# OS setup\n", "!sudo apt-get install bc tree sox\n", "!cat /etc/os-release\n", "\n", "# espnet setup\n", "!git clone https://github.com/espnet/espnet\n", "!cd espnet; pip install -e .\n", "\n", "# warp ctc setup\n", "!git clone https://github.com/espnet/warp-ctc -b pytorch-1.1\n", "!cd warp-ctc && mkdir build && cd build && cmake .. && make -j\n", "!cd warp-ctc/pytorch_binding && python setup.py install \n", "\n", "# kaldi setup\n", "!cd /content/espnet/tools; git clone https://github.com/kaldi-asr/kaldi\n", "!echo \"\" > ./espnet/tools/kaldi/tools/extras/check_dependencies.sh\n", "!chmod +x ./espnet/tools/kaldi/tools/extras/check_dependencies.sh\n", "!cd ./espnet/tools/kaldi/tools; make sph2pipe sclite\n", "!rm -rf espnet/tools/kaldi/tools/python\n", "!wget https://18-198329952-gh.circle-artifacts.com/0/home/circleci/repo/ubuntu16-featbin.tar.gz\n", "!tar -xf ./ubuntu16-featbin.tar.gz\n", "!cp featbin/* espnet/tools/kaldi/src/featbin/\n", "\n", "# sentencepiece setup\n", "!cd espnet/tools; make sentencepiece.done\n", "\n", "# make dummy activate\n", "!mkdir -p espnet/tools/venv/bin\n", "!touch espnet/tools/venv/bin/activate" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "Reading package lists... Done\n", "Building dependency tree \n", "Reading state information... Done\n", "The following package was automatically installed and is no longer required:\n", " libnvidia-common-410\n", "Use 'sudo apt autoremove' to remove it.\n", "The following additional packages will be installed:\n", " libmagic-mgc libmagic1 libopencore-amrnb0 libopencore-amrwb0 libsox-fmt-alsa\n", " libsox-fmt-base libsox3\n", "Suggested packages:\n", " file libsox-fmt-all\n", "The following NEW packages will be installed:\n", " bc libmagic-mgc libmagic1 libopencore-amrnb0 libopencore-amrwb0\n", " libsox-fmt-alsa libsox-fmt-base libsox3 sox tree\n", "0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.\n", "Need to get 887 kB of archives.\n", "After this operation, 7,040 kB of additional disk space will be used.\n", "Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopencore-amrnb0 amd64 0.1.3-2.1 [92.0 kB]\n", "Get:2 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopencore-amrwb0 amd64 0.1.3-2.1 [45.8 kB]\n", "Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.2 [184 kB]\n", "Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.2 [68.5 kB]\n", "Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 bc amd64 1.07.1-2 [86.2 kB]\n", "Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsox3 amd64 14.4.2-3 [225 kB]\n", "Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsox-fmt-alsa amd64 14.4.2-3 [10.6 kB]\n", "Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsox-fmt-base amd64 14.4.2-3 [32.0 kB]\n", "Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 sox amd64 14.4.2-3 [101 kB]\n", "Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tree amd64 1.7.0-5 [40.7 kB]\n", "Fetched 887 kB in 1s (607 kB/s)\n", "debconf: unable to initialize frontend: Dialog\n", "debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 10.)\n", "debconf: falling back to frontend: Readline\n", "debconf: unable to initialize frontend: Readline\n", "debconf: (This frontend requires a controlling tty.)\n", "debconf: falling back to frontend: Teletype\n", "dpkg-preconfigure: unable to re-open stdin: \n", "Selecting previously unselected package libopencore-amrnb0:amd64.\n", "(Reading database ... 131331 files and directories currently installed.)\n", "Preparing to unpack .../0-libopencore-amrnb0_0.1.3-2.1_amd64.deb ...\n", "Unpacking libopencore-amrnb0:amd64 (0.1.3-2.1) ...\n", "Selecting previously unselected package libopencore-amrwb0:amd64.\n", "Preparing to unpack .../1-libopencore-amrwb0_0.1.3-2.1_amd64.deb ...\n", "Unpacking libopencore-amrwb0:amd64 (0.1.3-2.1) ...\n", "Selecting previously unselected package libmagic-mgc.\n", "Preparing to unpack .../2-libmagic-mgc_1%3a5.32-2ubuntu0.2_amd64.deb ...\n", "Unpacking libmagic-mgc (1:5.32-2ubuntu0.2) ...\n", "Selecting previously unselected package libmagic1:amd64.\n", "Preparing to unpack .../3-libmagic1_1%3a5.32-2ubuntu0.2_amd64.deb ...\n", "Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.2) ...\n", "Selecting previously unselected package bc.\n", "Preparing to unpack .../4-bc_1.07.1-2_amd64.deb ...\n", "Unpacking bc (1.07.1-2) ...\n", "Selecting previously unselected package libsox3:amd64.\n", "Preparing to unpack .../5-libsox3_14.4.2-3_amd64.deb ...\n", "Unpacking libsox3:amd64 (14.4.2-3) ...\n", "Selecting previously unselected package libsox-fmt-alsa:amd64.\n", "Preparing to unpack .../6-libsox-fmt-alsa_14.4.2-3_amd64.deb ...\n", "Unpacking libsox-fmt-alsa:amd64 (14.4.2-3) ...\n", "Selecting previously unselected package libsox-fmt-base:amd64.\n", "Preparing to unpack .../7-libsox-fmt-base_14.4.2-3_amd64.deb ...\n", "Unpacking libsox-fmt-base:amd64 (14.4.2-3) ...\n", "Selecting previously unselected package sox.\n", "Preparing to unpack .../8-sox_14.4.2-3_amd64.deb ...\n", "Unpacking sox (14.4.2-3) ...\n", "Selecting previously unselected package tree.\n", "Preparing to unpack .../9-tree_1.7.0-5_amd64.deb ...\n", "Unpacking tree (1.7.0-5) ...\n", "Setting up tree (1.7.0-5) ...\n", "Processing triggers for mime-support (3.60ubuntu1) ...\n", "Setting up libmagic-mgc (1:5.32-2ubuntu0.2) ...\n", "Setting up libmagic1:amd64 (1:5.32-2ubuntu0.2) ...\n", "Processing triggers for libc-bin (2.27-3ubuntu1) ...\n", "Setting up libopencore-amrnb0:amd64 (0.1.3-2.1) ...\n", "Processing triggers for man-db (2.8.3-2ubuntu0.1) ...\n", "Setting up bc (1.07.1-2) ...\n", "Setting up libopencore-amrwb0:amd64 (0.1.3-2.1) ...\n", "Setting up libsox3:amd64 (14.4.2-3) ...\n", "Setting up libsox-fmt-base:amd64 (14.4.2-3) ...\n", "Setting up libsox-fmt-alsa:amd64 (14.4.2-3) ...\n", "Setting up sox (14.4.2-3) ...\n", "Processing triggers for libc-bin (2.27-3ubuntu1) ...\n", "NAME=\"Ubuntu\"\n", "VERSION=\"18.04.2 LTS (Bionic Beaver)\"\n", "ID=ubuntu\n", "ID_LIKE=debian\n", "PRETTY_NAME=\"Ubuntu 18.04.2 LTS\"\n", "VERSION_ID=\"18.04\"\n", "HOME_URL=\"https://www.ubuntu.com/\"\n", "SUPPORT_URL=\"https://help.ubuntu.com/\"\n", "BUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\n", "PRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\n", "VERSION_CODENAME=bionic\n", "UBUNTU_CODENAME=bionic\n", "Cloning into 'espnet'...\n", "remote: Enumerating objects: 9, done.\u001b[K\n", "remote: Counting objects: 100% (9/9), done.\u001b[K\n", "remote: Compressing objects: 100% (9/9), done.\u001b[K\n", "remote: Total 31907 (delta 0), reused 7 (delta 0), pack-reused 31898\u001b[K\n", "Receiving objects: 100% (31907/31907), 21.99 MiB | 19.56 MiB/s, done.\n", "Resolving deltas: 100% (21508/21508), done.\n", "Obtaining file:///content/espnet\n", "Requirement already satisfied: scipy in /usr/local/lib/python3.6/dist-packages (from espnet==0.4.2) (1.3.0)\n", "Requirement already satisfied: h5py in /usr/local/lib/python3.6/dist-packages (from espnet==0.4.2) (2.8.0)\n", "Collecting chainer==6.0.0 (from espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/75/39/fa4ac5cf89179d76f7ba1f1897e5c1f2e4d0b89dd9f4e2b5e91b577bc5e1/chainer-6.0.0.tar.gz (880kB)\n", "\u001b[K |████████████████████████████████| 890kB 4.8MB/s \n", "\u001b[?25hCollecting python_speech_features>=0.6 (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/ff/d1/94c59e20a2631985fbd2124c45177abaa9e0a4eee8ba8a305aa26fc02a8e/python_speech_features-0.6.tar.gz\n", "Requirement already satisfied: setuptools>=38.5.1 in /usr/local/lib/python3.6/dist-packages (from espnet==0.4.2) (41.0.1)\n", "Collecting scikit-learn==0.20 (from espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/0c/b2/05be9b6da9ae4a4c54f537be22e95833f722742a02b1e355fdc09363877c/scikit_learn-0.20.0-cp36-cp36m-manylinux1_x86_64.whl (5.3MB)\n", "\u001b[K |████████████████████████████████| 5.3MB 33.6MB/s \n", "\u001b[?25hRequirement already satisfied: librosa>=0.6.2 in /usr/local/lib/python3.6/dist-packages (from espnet==0.4.2) (0.6.3)\n", "Collecting soundfile>=0.10.2 (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/68/64/1191352221e2ec90db7492b4bf0c04fd9d2508de67b3f39cbf093cd6bd86/SoundFile-0.10.2-py2.py3-none-any.whl\n", "Requirement already satisfied: inflect>=1.0.0 in /usr/local/lib/python3.6/dist-packages (from espnet==0.4.2) (2.1.0)\n", "Collecting unidecode>=1.0.22 (from espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/d0/42/d9edfed04228bacea2d824904cae367ee9efd05e6cce7ceaaedd0b0ad964/Unidecode-1.1.1-py2.py3-none-any.whl (238kB)\n", "\u001b[K |████████████████████████████████| 245kB 14.5MB/s \n", "\u001b[?25hCollecting editdistance==0.5.2 (from espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/dc/34/381c67595831fc9daa30c9247cfb8116941fc7380b571a390bbff6da011e/editdistance-0.5.2-cp36-cp36m-manylinux1_x86_64.whl (173kB)\n", "\u001b[K |████████████████████████████████| 174kB 42.7MB/s \n", "\u001b[?25hCollecting tensorboardX>=1.4 (from espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/c3/12/dcaf67e1312475b26db9e45e7bb6f32b540671a9ee120b3a72d9e09bc517/tensorboardX-1.8-py2.py3-none-any.whl (216kB)\n", "\u001b[K |████████████████████████████████| 225kB 42.3MB/s \n", "\u001b[?25hCollecting pillow>=5.3.0 (from espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/14/41/db6dec65ddbc176a59b89485e8cc136a433ed9c6397b6bfe2cd38412051e/Pillow-6.1.0-cp36-cp36m-manylinux1_x86_64.whl (2.1MB)\n", "\u001b[K |████████████████████████████████| 2.1MB 36.1MB/s \n", "\u001b[?25hCollecting nara_wpe (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/5b/ea/1c84f7ae087c86ac4572e0958e6c98eb83d8d2c839b355487545a1da0314/nara_wpe-0.0.5-py3-none-any.whl\n", "Collecting museval (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/cf/47/2d5ad70d64dda6f2847a16590518250a5a83d22ab06df65a048a83b279b0/museval-0.2.1-py2.py3-none-any.whl\n", "Collecting pystoi (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/b7/ed/1eec34c221ce40d5ef67d8df97dccc8feadf9e7d06f1269e488cc9330829/pystoi-0.2.2-py2.py3-none-any.whl\n", "Collecting kaldiio (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/f0/a1/43648f5ed6ef7748494589080273f128eeab8fe123f053efd67f4c1ded0b/kaldiio-2.13.8.tar.gz\n", "Collecting funcsigs (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl\n", "Collecting configargparse (from espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/55/ea/f0ade52790bcd687127a302b26c1663bf2e0f23210d5281dbfcd1dfcda28/ConfigArgParse-0.14.0.tar.gz\n", "Requirement already satisfied: PyYAML in /usr/local/lib/python3.6/dist-packages (from espnet==0.4.2) (3.13)\n", "Collecting torch_complex@ git+https://github.com/kamo-naoyuki/pytorch_complex.git from git+https://github.com/kamo-naoyuki/pytorch_complex.git (from espnet==0.4.2)\n", " Cloning https://github.com/kamo-naoyuki/pytorch_complex.git to /tmp/pip-install-tkahvip8/torch-complex\n", " Running command git clone -q https://github.com/kamo-naoyuki/pytorch_complex.git /tmp/pip-install-tkahvip8/torch-complex\n", "Collecting pytorch_wpe@ git+https://github.com/nttcslab-sp/dnn_wpe.git from git+https://github.com/nttcslab-sp/dnn_wpe.git (from espnet==0.4.2)\n", " Cloning https://github.com/nttcslab-sp/dnn_wpe.git to /tmp/pip-install-tkahvip8/pytorch-wpe\n", " Running command git clone -q https://github.com/nttcslab-sp/dnn_wpe.git /tmp/pip-install-tkahvip8/pytorch-wpe\n", "Requirement already satisfied: numpy>=1.13.3 in /usr/local/lib/python3.6/dist-packages (from scipy->espnet==0.4.2) (1.16.4)\n", "Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from h5py->espnet==0.4.2) (1.12.0)\n", "Requirement already satisfied: typing in /usr/local/lib/python3.6/dist-packages (from chainer==6.0.0->espnet==0.4.2) (3.7.4)\n", "Collecting typing_extensions (from chainer==6.0.0->espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/27/aa/bd1442cfb0224da1b671ab334d3b0a4302e4161ea916e28904ff9618d471/typing_extensions-3.7.4-py3-none-any.whl\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.6/dist-packages (from chainer==6.0.0->espnet==0.4.2) (3.0.12)\n", "Requirement already satisfied: protobuf<3.8.0rc1,>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from chainer==6.0.0->espnet==0.4.2) (3.7.1)\n", "Requirement already satisfied: joblib>=0.12 in /usr/local/lib/python3.6/dist-packages (from librosa>=0.6.2->espnet==0.4.2) (0.13.2)\n", "Requirement already satisfied: numba>=0.38.0 in /usr/local/lib/python3.6/dist-packages (from librosa>=0.6.2->espnet==0.4.2) (0.40.1)\n", "Requirement already satisfied: audioread>=2.0.0 in /usr/local/lib/python3.6/dist-packages (from librosa>=0.6.2->espnet==0.4.2) (2.1.8)\n", "Requirement already satisfied: resampy>=0.2.0 in /usr/local/lib/python3.6/dist-packages (from librosa>=0.6.2->espnet==0.4.2) (0.2.1)\n", "Requirement already satisfied: decorator>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from librosa>=0.6.2->espnet==0.4.2) (4.4.0)\n", "Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.6/dist-packages (from soundfile>=0.10.2->espnet==0.4.2) (1.12.3)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.6/dist-packages (from nara_wpe->espnet==0.4.2) (4.28.1)\n", "Requirement already satisfied: bottleneck in /usr/local/lib/python3.6/dist-packages (from nara_wpe->espnet==0.4.2) (1.2.1)\n", "Requirement already satisfied: click in /usr/local/lib/python3.6/dist-packages (from nara_wpe->espnet==0.4.2) (7.0)\n", "Requirement already satisfied: jsonschema in /usr/local/lib/python3.6/dist-packages (from museval->espnet==0.4.2) (2.6.0)\n", "Collecting simplejson (from museval->espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz (81kB)\n", "\u001b[K |████████████████████████████████| 81kB 22.6MB/s \n", "\u001b[?25hCollecting musdb==0.2.3 (from museval->espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/62/62/8678d64230c2d89b916d04791520c243e8e9b46ebdb1acd46be5123fd7ca/musdb-0.2.3-py2.py3-none-any.whl\n", "Requirement already satisfied: llvmlite>=0.25.0dev0 in /usr/local/lib/python3.6/dist-packages (from numba>=0.38.0->librosa>=0.6.2->espnet==0.4.2) (0.29.0)\n", "Requirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi>=1.0->soundfile>=0.10.2->espnet==0.4.2) (2.19)\n", "Collecting pyaml (from musdb==0.2.3->museval->espnet==0.4.2)\n", " Downloading https://files.pythonhosted.org/packages/33/1a/936074f3492156693fc9e471269fc5747fa3b7d9d7f8a33af054f6b24066/pyaml-19.4.1-py2.py3-none-any.whl\n", "Collecting stempeg>=0.1.1 (from musdb==0.2.3->museval->espnet==0.4.2)\n", "\u001b[?25l Downloading https://files.pythonhosted.org/packages/29/ab/6e7362cbff21c25e99cfc3ef116057a7f9ebe6f429a44038eef82de3479d/stempeg-0.1.8-py3-none-any.whl (509kB)\n", "\u001b[K |████████████████████████████████| 512kB 41.6MB/s \n", "\u001b[?25hBuilding wheels for collected packages: chainer, python-speech-features, kaldiio, configargparse, torch-complex, pytorch-wpe, simplejson\n", " Building wheel for chainer (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /root/.cache/pip/wheels/de/d5/c0/91b2d573b5d77fd1d0be4993a0965700ab245f413d44a3d326\n", " Building wheel for python-speech-features (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /root/.cache/pip/wheels/3c/42/7c/f60e9d1b40015cd69b213ad90f7c18a9264cd745b9888134be\n", " Building wheel for kaldiio (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /root/.cache/pip/wheels/bd/31/31/f050d5d5bd6fae6f78f96ebc6becfd4972dd248694f9f16c15\n", " Building wheel for configargparse (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /root/.cache/pip/wheels/aa/9c/ce/7e904dddb8c7595ffbe3409d24455bc5005852850e36011bda\n", " Building wheel for torch-complex (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /tmp/pip-ephem-wheel-cache-wale_xjv/wheels/40/3e/d2/5f746b29e05eb86a7b49a0bc11081269ef656c69c74f026610\n", " Building wheel for pytorch-wpe (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /tmp/pip-ephem-wheel-cache-wale_xjv/wheels/50/fb/2e/3b720faf9b2be8e953ade6108fc74fe806e581cdfcda87c51a\n", " Building wheel for simplejson (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Stored in directory: /root/.cache/pip/wheels/5d/1a/1e/0350bb3df3e74215cd91325344cc86c2c691f5306eb4d22c77\n", "Successfully built chainer python-speech-features kaldiio configargparse torch-complex pytorch-wpe simplejson\n", "\u001b[31mERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.\u001b[0m\n", "\u001b[31mERROR: espnet 0.4.2 has requirement h5py>=2.9.0, but you'll have h5py 2.8.0 which is incompatible.\u001b[0m\n", "Installing collected packages: typing-extensions, chainer, python-speech-features, scikit-learn, soundfile, unidecode, editdistance, tensorboardX, pillow, nara-wpe, simplejson, pyaml, stempeg, musdb, museval, pystoi, kaldiio, funcsigs, configargparse, torch-complex, pytorch-wpe, espnet\n", " Found existing installation: chainer 5.4.0\n", " Uninstalling chainer-5.4.0:\n", " Successfully uninstalled chainer-5.4.0\n", " Found existing installation: scikit-learn 0.21.2\n", " Uninstalling scikit-learn-0.21.2:\n", " Successfully uninstalled scikit-learn-0.21.2\n", " Found existing installation: editdistance 0.5.3\n", " Uninstalling editdistance-0.5.3:\n", " Successfully uninstalled editdistance-0.5.3\n", " Found existing installation: Pillow 4.3.0\n", " Uninstalling Pillow-4.3.0:\n", " Successfully uninstalled Pillow-4.3.0\n", " Running setup.py develop for espnet\n", "Successfully installed chainer-6.0.0 configargparse-0.14.0 editdistance-0.5.2 espnet funcsigs-1.0.2 kaldiio-2.13.8 musdb-0.2.3 museval-0.2.1 nara-wpe-0.0.5 pillow-6.1.0 pyaml-19.4.1 pystoi-0.2.2 python-speech-features-0.6 pytorch-wpe-0.0.0 scikit-learn-0.20.0 simplejson-3.16.0 soundfile-0.10.2 stempeg-0.1.8 tensorboardX-1.8 torch-complex-0.0.1 typing-extensions-3.7.4 unidecode-1.1.1\n", "Cloning into 'warp-ctc'...\n", "remote: Enumerating objects: 827, done.\u001b[K\n", "remote: Total 827 (delta 0), reused 0 (delta 0), pack-reused 827\u001b[K\n", "Receiving objects: 100% (827/827), 386.00 KiB | 1.72 MiB/s, done.\n", "Resolving deltas: 100% (425/425), done.\n", "-- The C compiler identification is GNU 7.4.0\n", "-- The CXX compiler identification is GNU 7.4.0\n", "-- Check for working C compiler: /usr/bin/cc\n", "-- Check for working C compiler: /usr/bin/cc -- works\n", "-- Detecting C compiler ABI info\n", "-- Detecting C compiler ABI info - done\n", "-- Detecting C compile features\n", "-- Detecting C compile features - done\n", "-- Check for working CXX compiler: /usr/bin/c++\n", "-- Check for working CXX compiler: /usr/bin/c++ -- works\n", "-- Detecting CXX compiler ABI info\n", "-- Detecting CXX compiler ABI info - done\n", "-- Detecting CXX compile features\n", "-- Detecting CXX compile features - done\n", "-- Looking for pthread.h\n", "-- Looking for pthread.h - found\n", "-- Looking for pthread_create\n", "-- Looking for pthread_create - not found\n", "-- Looking for pthread_create in pthreads\n", "-- Looking for pthread_create in pthreads - not found\n", "-- Looking for pthread_create in pthread\n", "-- Looking for pthread_create in pthread - found\n", "-- Found Threads: TRUE \n", "-- Found CUDA: /usr/local/cuda (found suitable version \"10.0\", minimum required is \"6.5\") \n", "-- cuda found TRUE\n", "-- Building shared library with GPU support\n", "-- Configuring done\n", "-- Generating done\n", "-- Build files have been written to: /content/warp-ctc/build\n", "[ 22%] \u001b[34m\u001b[1mBuilding NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o\u001b[0m\n", "[ 22%] \u001b[34m\u001b[1mBuilding NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_ctc_entrypoint.cu.o\u001b[0m\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 158; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 168; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 178; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 198; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 564; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 574; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 584; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 594; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 604; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 904; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 920; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 936; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 952; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-11_reduce.compute_30.ptx, line 968; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-10_reduce.compute_35.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-9_reduce.compute_50.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-8_reduce.compute_52.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 159; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 169; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 179; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 189; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 199; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 565; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 575; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 585; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 595; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 605; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 892; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 908; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 924; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 940; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 956; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-7_reduce.compute_60.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate, Rop=ctc_helper::add, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate, Rof=ctc_helper::add]\" \n", "(149): here\n", "\n", "/content/warp-ctc/src/reduce.cu(44): warning: function \"__shfl_down(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated (\"__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", " detected during:\n", " instantiation of \"T CTAReduce::reduce(int, T, CTAReduce::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum]\" \n", "(76): here\n", " instantiation of \"void reduce_rows(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity, Rop=ctc_helper::maximum, T=float]\" \n", "(124): here\n", " instantiation of \"void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(139): here\n", " instantiation of \"ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity, Rof=ctc_helper::maximum]\" \n", "(157): here\n", "\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-6_reduce.compute_61.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000030d_00000000-5_reduce.compute_62.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 1903; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 1907; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 1911; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 1915; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 1919; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 5697; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 5721; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 5725; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 5729; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 5733; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 5737; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9580; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9584; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9606; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9609; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9617; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 9621; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 13856; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 13881; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 13885; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 13889; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 13893; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 13897; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18012; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18016; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18043; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18047; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18051; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 18055; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 23584; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 23588; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 23592; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 23596; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 23600; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 28681; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 28706; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 28710; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 28714; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 28718; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 28722; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33418; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33422; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33445; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33448; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33452; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33456; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 33460; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 39361; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 39386; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 39390; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 39394; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 39398; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 39402; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44712; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44716; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44739; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44742; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44746; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44750; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 44754; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51025; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51029; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51052; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51055; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51059; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51063; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 51067; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57735; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57739; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57762; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57765; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57769; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57773; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-11_ctc_entrypoint.compute_30.ptx, line 57777; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-10_ctc_entrypoint.compute_35.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-9_ctc_entrypoint.compute_50.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-8_ctc_entrypoint.compute_52.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1880; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1884; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1888; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1892; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1896; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5613; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5635; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5639; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5643; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5647; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5651; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9433; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9437; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9459; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9462; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9466; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9470; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9474; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13643; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13666; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13670; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13674; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13678; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13682; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17736; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17740; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17763; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17766; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17770; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17774; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17778; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23224; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23228; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23232; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23236; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23240; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28288; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28311; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28315; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28319; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28323; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28327; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 32977; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 32981; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33003; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33006; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33010; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33014; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33018; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38835; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38858; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38862; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38866; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38870; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38874; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44150; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44154; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44177; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44180; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44184; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44188; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44192; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50393; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50397; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50420; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50423; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50427; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50431; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50435; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57006; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57010; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57033; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57036; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57040; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57044; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57048; warning : Instruction 'shfl' without '.sync' may produce unpredictable results on sm_70 and later architectures\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-7_ctc_entrypoint.compute_60.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function \"__shfl_up(float, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "/content/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function \"__shfl_up(int, unsigned int, int)\"\n", "/usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated (\"__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).\")\n", "\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-6_ctc_entrypoint.compute_61.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "ptxas /tmp/tmpxft_0000031e_00000000-5_ctc_entrypoint.compute_62.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version\n", "\u001b[35m\u001b[1mScanning dependencies of target warpctc\u001b[0m\n", "[ 33%] \u001b[32m\u001b[1mLinking CXX shared library libwarpctc.so\u001b[0m\n", "[ 33%] Built target warpctc\n", "\u001b[35m\u001b[1mScanning dependencies of target test_cpu\u001b[0m\n", "[ 44%] \u001b[34m\u001b[1mBuilding NVCC (Device) object CMakeFiles/test_gpu.dir/tests/test_gpu_generated_test_gpu.cu.o\u001b[0m\n", "[ 55%] \u001b[32mBuilding CXX object CMakeFiles/test_cpu.dir/tests/random.cpp.o\u001b[0m\n", "[ 66%] \u001b[32mBuilding CXX object CMakeFiles/test_cpu.dir/tests/test_cpu.cpp.o\u001b[0m\n", "[ 77%] \u001b[32m\u001b[1mLinking CXX executable test_cpu\u001b[0m\n", "[ 77%] Built target test_cpu\n", "\u001b[35m\u001b[1mScanning dependencies of target test_gpu\u001b[0m\n", "[ 88%] \u001b[32mBuilding CXX object CMakeFiles/test_gpu.dir/tests/random.cpp.o\u001b[0m\n", "[100%] \u001b[32m\u001b[1mLinking CXX executable test_gpu\u001b[0m\n", "[100%] Built target test_gpu\n", "No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'\n", "Torch was not built with CUDA support, not building warp-ctc GPU extensions.\n", "running install\n", "running bdist_egg\n", "running egg_info\n", "creating warpctc_pytorch.egg-info\n", "writing warpctc_pytorch.egg-info/PKG-INFO\n", "writing dependency_links to warpctc_pytorch.egg-info/dependency_links.txt\n", "writing top-level names to warpctc_pytorch.egg-info/top_level.txt\n", "writing manifest file 'warpctc_pytorch.egg-info/SOURCES.txt'\n", "writing manifest file 'warpctc_pytorch.egg-info/SOURCES.txt'\n", "installing library code to build/bdist.linux-x86_64/egg\n", "running install_lib\n", "running build_py\n", "creating build\n", "creating build/lib.linux-x86_64-3.6\n", "creating build/lib.linux-x86_64-3.6/warpctc_pytorch\n", "copying warpctc_pytorch/__init__.py -> build/lib.linux-x86_64-3.6/warpctc_pytorch\n", "running build_ext\n", "building 'warpctc_pytorch._warp_ctc' extension\n", "creating build/temp.linux-x86_64-3.6\n", "creating build/temp.linux-x86_64-3.6/src\n", "x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/content/warp-ctc/include -I/usr/local/lib/python3.6/dist-packages/torch/include -I/usr/local/lib/python3.6/dist-packages/torch/include/torch/csrc/api/include -I/usr/local/lib/python3.6/dist-packages/torch/include/TH -I/usr/local/lib/python3.6/dist-packages/torch/include/THC -I/usr/include/python3.6m -c src/binding.cpp -o build/temp.linux-x86_64-3.6/src/binding.o -std=c++11 -fPIC -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_warp_ctc -D_GLIBCXX_USE_CXX11_ABI=0\n", "x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.6/src/binding.o -L/content/warp-ctc/build -lwarpctc -o build/lib.linux-x86_64-3.6/warpctc_pytorch/_warp_ctc.cpython-36m-x86_64-linux-gnu.so -Wl,-rpath,/content/warp-ctc/build\n", "creating build/bdist.linux-x86_64\n", "creating build/bdist.linux-x86_64/egg\n", "creating build/bdist.linux-x86_64/egg/warpctc_pytorch\n", "copying build/lib.linux-x86_64-3.6/warpctc_pytorch/_warp_ctc.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/warpctc_pytorch\n", "copying build/lib.linux-x86_64-3.6/warpctc_pytorch/__init__.py -> build/bdist.linux-x86_64/egg/warpctc_pytorch\n", "byte-compiling build/bdist.linux-x86_64/egg/warpctc_pytorch/__init__.py to __init__.cpython-36.pyc\n", "creating stub loader for warpctc_pytorch/_warp_ctc.cpython-36m-x86_64-linux-gnu.so\n", "byte-compiling build/bdist.linux-x86_64/egg/warpctc_pytorch/_warp_ctc.py to _warp_ctc.cpython-36.pyc\n", "creating build/bdist.linux-x86_64/egg/EGG-INFO\n", "copying warpctc_pytorch.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO\n", "copying warpctc_pytorch.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n", "copying warpctc_pytorch.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n", "copying warpctc_pytorch.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO\n", "writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt\n", "zip_safe flag not set; analyzing archive contents...\n", "warpctc_pytorch.__pycache__._warp_ctc.cpython-36: module references __file__\n", "creating dist\n", "creating 'dist/warpctc_pytorch-0.1.1-py3.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it\n", "removing 'build/bdist.linux-x86_64/egg' (and everything under it)\n", "Processing warpctc_pytorch-0.1.1-py3.6-linux-x86_64.egg\n", "creating /usr/local/lib/python3.6/dist-packages/warpctc_pytorch-0.1.1-py3.6-linux-x86_64.egg\n", "Extracting warpctc_pytorch-0.1.1-py3.6-linux-x86_64.egg to /usr/local/lib/python3.6/dist-packages\n", "Adding warpctc-pytorch 0.1.1 to easy-install.pth file\n", "\n", "Installed /usr/local/lib/python3.6/dist-packages/warpctc_pytorch-0.1.1-py3.6-linux-x86_64.egg\n", "Processing dependencies for warpctc-pytorch==0.1.1\n", "Finished processing dependencies for warpctc-pytorch==0.1.1\n", "Cloning into 'kaldi'...\n", "remote: Enumerating objects: 20, done.\u001b[K\n", "remote: Counting objects: 100% (20/20), done.\u001b[K\n", "remote: Compressing objects: 100% (18/18), done.\u001b[K\n", "remote: Total 102432 (delta 3), reused 6 (delta 1), pack-reused 102412\u001b[K\n", "Receiving objects: 100% (102432/102432), 113.50 MiB | 26.47 MiB/s, done.\n", "Resolving deltas: 100% (79117/79117), done.\n", "extras/check_dependencies.sh\n", "wget -T 10 -t 3 http://www.openslr.org/resources/3/sph2pipe_v2.5.tar.gz || \\\n", "wget --no-check-certificate -T 10 https://sourceforge.net/projects/kaldi/files/sph2pipe_v2.5.tar.gz\n", "--2019-07-29 03:42:19-- http://www.openslr.org/resources/3/sph2pipe_v2.5.tar.gz\n", "Resolving www.openslr.org (www.openslr.org)... 46.101.158.64\n", "Connecting to www.openslr.org (www.openslr.org)|46.101.158.64|:80... connected.\n", "HTTP request sent, awaiting response... 200 OK\n", "Length: 329832 (322K) [application/x-gzip]\n", "Saving to: ‘sph2pipe_v2.5.tar.gz’\n", "\n", "sph2pipe_v2.5.tar.g 100%[===================>] 322.10K 589KB/s in 0.5s \n", "\n", "2019-07-29 03:42:20 (589 KB/s) - ‘sph2pipe_v2.5.tar.gz’ saved [329832/329832]\n", "\n", "tar --no-same-owner -xzf sph2pipe_v2.5.tar.gz\n", "cd sph2pipe_v2.5/; \\\n", "cc -o sph2pipe *.c -lm\n", "\u001b[01m\u001b[Kfile_headers.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[KreadSphHeader\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kfile_headers.c:148:59:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kformat ‘\u001b[01m\u001b[K%d\u001b[m\u001b[K’ expects argument of type ‘\u001b[01m\u001b[Kint\u001b[m\u001b[K’, but argument 5 has type ‘\u001b[01m\u001b[K__off_t {aka long int}\u001b[m\u001b[K’ [\u001b[01;35m\u001b[K-Wformat=\u001b[m\u001b[K]\n", " \"Warning:%s: sample_count reset to %d to match size (\u001b[01;35m\u001b[K%d\u001b[m\u001b[K bytes)\\n\",\n", " \u001b[01;35m\u001b[K~^\u001b[m\u001b[K\n", " \u001b[32m\u001b[K%ld\u001b[m\u001b[K\n", " inpname, sampcount, \u001b[32m\u001b[Kstatbuf.st_size\u001b[m\u001b[K );\n", " \u001b[32m\u001b[K~~~~~~~~~~~~~~~\u001b[m\u001b[K \n", "\u001b[01m\u001b[Kfile_headers.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kcopyshort\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kfile_headers.c:326:2:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kswab\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[Kscalb\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " \u001b[01;35m\u001b[Kswab\u001b[m\u001b[K((char *) &val, short_order.ch, 2 );\n", " \u001b[01;35m\u001b[K^~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[Kscalb\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kfile_headers.c:\u001b[m\u001b[K At top level:\n", "\u001b[01m\u001b[Kfile_headers.c:579:1:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kreturn type defaults to ‘\u001b[01m\u001b[Kint\u001b[m\u001b[K’ [\u001b[01;35m\u001b[K-Wimplicit-int\u001b[m\u001b[K]\n", " \u001b[01;35m\u001b[KConvertToIeeeExtended\u001b[m\u001b[K(num, bytes)\n", " \u001b[01;35m\u001b[K^~~~~~~~~~~~~~~~~~~~~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kshorten_x.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kfwrite_type\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kshorten_x.c:325:22:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kpcm2alaw\u001b[m\u001b[K’ [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " *writebufp++ = \u001b[01;35m\u001b[Kpcm2alaw\u001b[m\u001b[K( ulaw2pcm[data0[i]] );\n", " \u001b[01;35m\u001b[K^~~~~~~~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kshorten_x.c:381:24:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kpcm2ulaw\u001b[m\u001b[K’ [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " *writebufp++ = \u001b[01;35m\u001b[Kpcm2ulaw\u001b[m\u001b[K( data0[i] );\n", " \u001b[01;35m\u001b[K^~~~~~~~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kshorten_x.c:464:6:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kswab\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[Kstat\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " \u001b[01;35m\u001b[Kswab\u001b[m\u001b[K(writebuf, writefub, sizeout * nchanout * nitem);\n", " \u001b[01;35m\u001b[K^~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[Kstat\u001b[m\u001b[K\n", "\u001b[01m\u001b[Ksph2pipe.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[KgetUserOpts\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Ksph2pipe.c:191:18:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kgetopt\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[Kgetsubopt\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " while (( i = \u001b[01;35m\u001b[Kgetopt\u001b[m\u001b[K( ac, av, \"daupf:c:t:s:h:\" )) != EOF )\n", " \u001b[01;35m\u001b[K^~~~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[Kgetsubopt\u001b[m\u001b[K\n", "\u001b[01m\u001b[Ksph2pipe.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[KcopySamples\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Ksph2pipe.c:537:3:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kswab\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[Kstat\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " \u001b[01;35m\u001b[Kswab\u001b[m\u001b[K( outbuf, inpbuf, nb ); /* it, do byte swapping too */\n", " \u001b[01;35m\u001b[K^~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[Kstat\u001b[m\u001b[K\n", "wget -T 10 -t 3 ftp://jaguar.ncsl.nist.gov/pub/sctk-2.4.10-20151007-1312Z.tar.bz2|| \\\n", "wget --no-check-certificate -T 10 http://www.openslr.org/resources/4/sctk-2.4.10-20151007-1312Z.tar.bz2\n", "--2019-07-29 03:42:20-- ftp://jaguar.ncsl.nist.gov/pub/sctk-2.4.10-20151007-1312Z.tar.bz2\n", " => ‘sctk-2.4.10-20151007-1312Z.tar.bz2’\n", "Resolving jaguar.ncsl.nist.gov (jaguar.ncsl.nist.gov)... 129.6.13.27, 2610:20:6005:13::27\n", "Connecting to jaguar.ncsl.nist.gov (jaguar.ncsl.nist.gov)|129.6.13.27|:21... connected.\n", "Logging in as anonymous ... Logged in!\n", "==> SYST ... done. ==> PWD ... done.\n", "==> TYPE I ... done. ==> CWD (1) /pub ... done.\n", "==> SIZE sctk-2.4.10-20151007-1312Z.tar.bz2 ... done.\n", "\n", "==> PASV ... done. ==> RETR sctk-2.4.10-20151007-1312Z.tar.bz2 ... \n", "No such file ‘sctk-2.4.10-20151007-1312Z.tar.bz2’.\n", "\n", "--2019-07-29 03:42:21-- http://www.openslr.org/resources/4/sctk-2.4.10-20151007-1312Z.tar.bz2\n", "Resolving www.openslr.org (www.openslr.org)... 46.101.158.64\n", "Connecting to www.openslr.org (www.openslr.org)|46.101.158.64|:80... connected.\n", "HTTP request sent, awaiting response... 200 OK\n", "Length: 2008966 (1.9M) [application/x-bzip2]\n", "Saving to: ‘sctk-2.4.10-20151007-1312Z.tar.bz2’\n", "\n", "sctk-2.4.10-2015100 100%[===================>] 1.92M 1.95MB/s in 1.0s \n", "\n", "2019-07-29 03:42:22 (1.95 MB/s) - ‘sctk-2.4.10-20151007-1312Z.tar.bz2’ saved [2008966/2008966]\n", "\n", "tar xojf sctk-2.4.10-20151007-1312Z.tar.bz2 || \\\n", " tar --exclude '*NONE*html' -xvojf sctk-2.4.10-20151007-1312Z.tar.bz2\n", "rm -rf sctk && ln -s sctk-2.4.10 sctk\n", "cd sctk; make config\n", "make[1]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "(mkdir -p bin)\n", "(cd src; make config)\n", "make[2]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src'\n", "(cd asclite; make config)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite'\n", "(cd core; sh config.sh -prefix=`cd ../../..; pwd`)\n", "checking for g++... g++\n", "checking for C++ compiler default output file name... a.out\n", "checking whether the C++ compiler works... yes\n", "checking whether we are cross compiling... no\n", "checking for suffix of executables... \n", "checking for suffix of object files... o\n", "checking whether we are using the GNU C++ compiler... yes\n", "checking whether g++ accepts -g... yes\n", "checking whether make sets $(MAKE)... yes\n", "checking for gcc... gcc\n", "checking whether we are using the GNU C compiler... yes\n", "checking whether gcc accepts -g... yes\n", "checking for gcc option to accept ANSI C... none needed\n", "checking for main in -lm... yes\n", "checking how to run the C preprocessor... gcc -E\n", "checking for egrep... grep -E\n", "checking for ANSI C header files... yes\n", "checking for sys/types.h... yes\n", "checking for sys/stat.h... yes\n", "checking for stdlib.h... yes\n", "checking for string.h... yes\n", "checking for memory.h... yes\n", "checking for strings.h... yes\n", "checking for inttypes.h... yes\n", "checking for stdint.h... yes\n", "checking for unistd.h... yes\n", "checking for unistd.h... (cached) yes\n", "checking for string.h... (cached) yes\n", "checking iostream usability... no\n", "checking iostream presence... no\n", "checking for iostream... no\n", "checking ostream usability... no\n", "checking ostream presence... no\n", "checking for ostream... no\n", "checking fstream usability... no\n", "checking fstream presence... no\n", "checking for fstream... no\n", "checking iomanip usability... no\n", "checking iomanip presence... no\n", "checking for iomanip... no\n", "checking map usability... no\n", "checking map presence... no\n", "checking for map... no\n", "checking stdio.h usability... yes\n", "checking stdio.h presence... yes\n", "checking for stdio.h... yes\n", "checking for stdlib.h... (cached) yes\n", "checking math.h usability... yes\n", "checking math.h presence... yes\n", "checking for math.h... yes\n", "checking time.h usability... yes\n", "checking time.h presence... yes\n", "checking for time.h... yes\n", "checking list usability... no\n", "checking list presence... no\n", "checking for list... no\n", "checking vector usability... no\n", "checking vector presence... no\n", "checking for vector... no\n", "checking set usability... no\n", "checking set presence... no\n", "checking for set... no\n", "checking assert.h usability... yes\n", "checking assert.h presence... yes\n", "checking for assert.h... yes\n", "checking sstream usability... no\n", "checking sstream presence... no\n", "checking for sstream... no\n", "checking float.h usability... yes\n", "checking float.h presence... yes\n", "checking for float.h... yes\n", "checking limits.h usability... yes\n", "checking limits.h presence... yes\n", "checking for limits.h... yes\n", "checking for an ANSI C-conforming const... yes\n", "checking for size_t... yes\n", "checking for install... /usr/bin/install\n", "config.sh: creating ./config.status\n", "config.status: creating makefile\n", "(cd test; sh config.sh -prefix=`cd ../../..; pwd`)\n", "checking for g++... g++\n", "checking for C++ compiler default output file name... a.out\n", "checking whether the C++ compiler works... yes\n", "checking whether we are cross compiling... no\n", "checking for suffix of executables... \n", "checking for suffix of object files... o\n", "checking whether we are using the GNU C++ compiler... yes\n", "checking whether g++ accepts -g... yes\n", "checking whether make sets $(MAKE)... yes\n", "checking for gcc... gcc\n", "checking whether we are using the GNU C compiler... yes\n", "checking whether gcc accepts -g... yes\n", "checking for gcc option to accept ANSI C... none needed\n", "checking for main in -lm... yes\n", "checking how to run the C preprocessor... gcc -E\n", "checking for egrep... grep -E\n", "checking for ANSI C header files... yes\n", "checking for sys/types.h... yes\n", "checking for sys/stat.h... yes\n", "checking for stdlib.h... yes\n", "checking for string.h... yes\n", "checking for memory.h... yes\n", "checking for strings.h... yes\n", "checking for inttypes.h... yes\n", "checking for stdint.h... yes\n", "checking for unistd.h... yes\n", "checking for unistd.h... (cached) yes\n", "checking for an ANSI C-conforming const... yes\n", "checking for size_t... yes\n", "checking for install... /usr/bin/install\n", "config.sh: creating ./config.status\n", "config.status: creating makefile\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite'\n", "(cd sclite; sh config.sh -prefix=`cd ../..; pwd`)\n", "creating cache ./config.cache\n", "checking for gcc... gcc\n", "checking whether we are using GNU C... yes\n", "checking whether gcc accepts -g... yes\n", "checking whether make sets ${MAKE}... yes\n", "checking for -lm... yes\n", "checking how to run the C preprocessor... gcc -E\n", "checking whether cross-compiling... no\n", "checking for ANSI C header files... yes\n", "checking for unistd.h... yes\n", "checking for working const... yes\n", "checking for size_t... yes\n", "checking for install... /usr/bin/install\n", "Checking installation site\n", "updating cache ./config.cache\n", "creating ./config.status\n", "creating makefile\n", "(cd rfilter1; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\n", "(cd csrfilt; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd chfilt; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd hamzaNorm; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd tanweenFilt; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd acomp; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd def_art; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd hubscr; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd utf_filt; sh config.sh -prefix=`cd ../..; pwd`)\n", "checking for nsgmls... no\n", "checking for onsgmls... no\n", "config.sh: creating ./config.status\n", "config.status: creating makefile\n", "(cd rttmSort; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd rttmSmooth; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd rttm2ctm; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd spkr2sad; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd mergectm2rttm; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd align2html; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd md-eval; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\t\n", "(cd stm2rttm; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\n", "(cd stmValidator; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\n", "(cd rttmValidator; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\n", "(cd ctmValidator; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\n", "(cd slatreport; sed -e \"s:PREFIX=.*:PREFIX=`cd ../..; pwd`:\" < makefile.in > makefile)\n", "make[2]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src'\n", "make[1]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "touch sctk/.configured\n", "cd sctk; \\\n", "make CC=\"cc\" CXX=\"g++\" all && make install && make doc\n", "make[1]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "(mkdir -p bin)\n", "(cd src; make all)\n", "make[2]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src'\n", "(cd asclite; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite'\n", "(cd core; make all)\n", "make[4]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/core'\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os stm_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os checker.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os tokenalignment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os graphalignedtoken.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os recording.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os main.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os graphalignedsegment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os spkrautooverlap.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os alignedspeechiterator.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os properties.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os filter.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os ctm_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os linestyle_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os segmentsgroup.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os speechset.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os scorer.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os graph_coordinate.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os alignedsegment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os uemfilter.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os trntrn_segmentor.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os id.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os token.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os segmentor.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os compressedlevenshteinmatrix.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os rawsys_reportgenerator.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os statistics.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os ctmstmrttm_segmentor.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os levenshteinmatrix.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os logger.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os speech.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os speakermatch.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os alignedspeech.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os trn_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os sgml_reportgenerator.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os reportgenerator.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os alignedsegmentiterator.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os graph.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os segment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os sgml_generic_reportgenerator.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os alignment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os arraylevenshteinmatrix.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os levenshtein.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os aligner.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os stt_scorer.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os timedobject.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MATH_H=1 -DHAVE_TIME_H=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -I. -g -Os rttm_inputparser.cpp\n", "cc -g -Os -c -o lzma/LzmaDec.o lzma/LzmaDec.c\n", "cc -g -Os -c -o lzma/LzmaLib.o lzma/LzmaLib.c\n", "cc -g -Os -c -o lzma/Alloc.o lzma/Alloc.c\n", "cc -g -Os -c -o lzma/LzmaEnc.o lzma/LzmaEnc.c\n", "cc -g -Os -c -o lzma/LzFind.o lzma/LzFind.c\n", "g++ -o asclite -g -Os stm_inputparser.o checker.o tokenalignment.o graphalignedtoken.o recording.o main.o graphalignedsegment.o spkrautooverlap.o alignedspeechiterator.o properties.o filter.o ctm_inputparser.o linestyle_inputparser.o segmentsgroup.o speechset.o scorer.o inputparser.o graph_coordinate.o alignedsegment.o uemfilter.o trntrn_segmentor.o id.o token.o segmentor.o compressedlevenshteinmatrix.o rawsys_reportgenerator.o statistics.o ctmstmrttm_segmentor.o levenshteinmatrix.o logger.o speech.o speakermatch.o alignedspeech.o trn_inputparser.o sgml_reportgenerator.o reportgenerator.o alignedsegmentiterator.o graph.o segment.o sgml_generic_reportgenerator.o alignment.o arraylevenshteinmatrix.o levenshtein.o aligner.o stt_scorer.o timedobject.o rttm_inputparser.o lzma/LzmaDec.o lzma/LzmaLib.o lzma/Alloc.o lzma/LzmaEnc.o lzma/LzFind.o -lm \n", "make[4]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/core'\n", "(cd test; make all)\n", "make[4]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/test'\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_unit.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_stm_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion alignedspeech_test.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_trn_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_segment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_ctmstm_segmentor.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_token.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion perf_benchmark.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion tokenalignment_test.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_ctm_inputparser.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_graphalignedsegment.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_graph.cpp\n", "\u001b[01m\u001b[Ktest_graph.cpp:\u001b[m\u001b[K In member function ‘\u001b[01m\u001b[Kbool TestGraph::TestAll()\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Ktest_graph.cpp:38:26:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kconversion to ‘\u001b[01m\u001b[Kfloat\u001b[m\u001b[K’ from ‘\u001b[01m\u001b[Kint\u001b[m\u001b[K’ may alter its value [\u001b[01;35m\u001b[K-Wconversion\u001b[m\u001b[K]\n", " float size = \u001b[01;35m\u001b[KMemoryUsage()\u001b[m\u001b[K;\n", " \u001b[01;35m\u001b[K~~~~~~~~~~~^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Ktest_graph.cpp:40:10:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[KISO C++ forbids converting a string constant to ‘\u001b[01m\u001b[Kchar*\u001b[m\u001b[K’ [\u001b[01;35m\u001b[K-Wwrite-strings\u001b[m\u001b[K]\n", " unit = \u001b[01;35m\u001b[K\"KB\"\u001b[m\u001b[K;\n", " \u001b[01;35m\u001b[K^~~~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Ktest_graph.cpp:44:10:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[KISO C++ forbids converting a string constant to ‘\u001b[01m\u001b[Kchar*\u001b[m\u001b[K’ [\u001b[01;35m\u001b[K-Wwrite-strings\u001b[m\u001b[K]\n", " unit = \u001b[01;35m\u001b[K\"MB\"\u001b[m\u001b[K;\n", " \u001b[01;35m\u001b[K^~~~\u001b[m\u001b[K\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion benchmark.cpp\n", "\u001b[01m\u001b[Kbenchmark.cpp:\u001b[m\u001b[K In member function ‘\u001b[01m\u001b[Kint Benchmark::GetTestSize()\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kbenchmark.cpp:61:20:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kconversion to ‘\u001b[01m\u001b[Kint\u001b[m\u001b[K’ from ‘\u001b[01m\u001b[Kstd::vector::size_type {aka long unsigned int}\u001b[m\u001b[K’ may alter its value [\u001b[01;35m\u001b[K-Wconversion\u001b[m\u001b[K]\n", " return \u001b[01;35m\u001b[Ktests.size()\u001b[m\u001b[K;\n", " \u001b[01;35m\u001b[K~~~~~~~~~~^~\u001b[m\u001b[K\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_speechset.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_speech.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion std_benchmark.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_graphalignedtoken.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_levenshtein.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion alignment_test.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_properties.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_trntrn_segmentor.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion alignedsegment_test.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion asctools.cpp\n", "cc -c -DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I../core -Os -Wall -Wconversion test_rttm_inputparser.cpp\n", "g++ -o asclite_test -Os -Wall -Wconversion test_unit.o test_stm_inputparser.o alignedspeech_test.o test_trn_inputparser.o test_segment.o test_ctmstm_segmentor.o test_token.o perf_benchmark.o tokenalignment_test.o test_ctm_inputparser.o test_graphalignedsegment.o test_graph.o benchmark.o test_speechset.o test_speech.o std_benchmark.o test_graphalignedtoken.o test_levenshtein.o alignment_test.o test_properties.o test_trntrn_segmentor.o alignedsegment_test.o asctools.o test_rttm_inputparser.o ../core/ctm_inputparser.o ../core/statistics.o ../core/stm_inputparser.o ../core/alignedspeechiterator.o ../core/speech.o ../core/properties.o ../core/filter.o ../core/speechset.o ../core/scorer.o ../core/checker.o ../core/alignedsegment.o ../core/rawsys_reportgenerator.o ../core/alignment.o ../core/levenshtein.o ../core/alignedspeech.o ../core/trn_inputparser.o ../core/sgml_reportgenerator.o ../core/graph.o ../core/arraylevenshteinmatrix.o ../core/aligner.o ../core/id.o ../core/timedobject.o ../core/graphalignedtoken.o ../core/graphalignedsegment.o ../core/spkrautooverlap.o ../core/speakermatch.o ../core/ctmstmrttm_segmentor.o ../core/uemfilter.o ../core/linestyle_inputparser.o ../core/graph_coordinate.o ../core/levenshteinmatrix.o ../core/inputparser.o ../core/trntrn_segmentor.o ../core/segment.o ../core/stt_scorer.o ../core/segmentor.o ../core/compressedlevenshteinmatrix.o ../core/recording.o ../core/rttm_inputparser.o ../core/tokenalignment.o ../core/logger.o ../core/segmentsgroup.o ../core/reportgenerator.o ../core/alignedsegmentiterator.o ../core/token.o ../core/sgml_generic_reportgenerator.o ../core/lzma/LzmaDec.o ../core/lzma/LzmaLib.o ../core/lzma/Alloc.o ../core/lzma/LzmaEnc.o ../core/lzma/LzFind.o -lm \n", "make[4]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/test'\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite'\n", "(cd sclite; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/sclite'\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os order.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os rsprintf.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os path.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os text.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os scores.c\n", "\u001b[01m\u001b[Kscores.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kload_SCORES_sgml\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kscores.c:505:35:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if ((tp2 = TEXT_strchr(tp,','))\u001b[01;35m\u001b[K==\u001b[m\u001b[KNULL_TEXT){\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:505:8:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[K(\u001b[m\u001b[Ktp2 = TEXT_strchr(tp,','))==NULL_TEXT){\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:667:37:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if ((p2 = TEXT_strchr(p1+1,',')) \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT)\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:667:8:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[K(\u001b[m\u001b[Kp2 = TEXT_strchr(p1+1,',')) == NULL_TEXT)\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:677:39:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if ((p3 = TEXT_strchr(p1,'+'))\u001b[01;35m\u001b[K==\u001b[m\u001b[KNULL_TEXT){\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:677:13:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[K(\u001b[m\u001b[Kp3 = TEXT_strchr(p1,'+'))==NULL_TEXT){\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:691:39:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if ((p3 = TEXT_strchr(p1,'+'))\u001b[01;35m\u001b[K==\u001b[m\u001b[KNULL_TEXT){\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kscores.c:691:13:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[K(\u001b[m\u001b[Kp3 = TEXT_strchr(p1,'+'))==NULL_TEXT){\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os word.c\n", "\u001b[01m\u001b[Kword.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Krelease_WORD\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kword.c:330:19:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (tw->value \u001b[01;35m\u001b[K!=\u001b[m\u001b[K NULL_TEXT) TEXT_free(tw->value);\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:330:9:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[Kt\u001b[m\u001b[Kw->value != NULL_TEXT) TEXT_free(tw->value);\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:331:26:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (tw->intern_value \u001b[01;35m\u001b[K!=\u001b[m\u001b[K NULL_TEXT) TEXT_free(tw->intern_value);\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:331:9:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[Kt\u001b[m\u001b[Kw->intern_value != NULL_TEXT) TEXT_free(tw->intern_value);\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:332:18:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (tw->tag1 \u001b[01;35m\u001b[K!=\u001b[m\u001b[K NULL_TEXT) TEXT_free(tw->tag1);\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:332:9:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[Kt\u001b[m\u001b[Kw->tag1 != NULL_TEXT) TEXT_free(tw->tag1);\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:333:18:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (tw->tag2 \u001b[01;35m\u001b[K!=\u001b[m\u001b[K NULL_TEXT) TEXT_free(tw->tag2);\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kword.c:333:9:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[Kt\u001b[m\u001b[Kw->tag2 != NULL_TEXT) TEXT_free(tw->tag2);\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os rpg.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os statdist.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os pad.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os sgml.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os readpipe.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os alex.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os sc_dtl.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os det.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os wwscr_f.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os corresp.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os slm_intf.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os addarc1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os delarc1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os llist.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os marc1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os arcseq1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os mnode1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os boolpr1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os killarc1.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os net_adt.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os knode2.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os net_dp.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os stm.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os align.c\n", "\u001b[01m\u001b[Kalign.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kremove_id\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kalign.c:29:17:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (R_paren \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT && L_paren == NULL_TEXT)\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:29:9:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[KR\u001b[m\u001b[K_paren == NULL_TEXT && L_paren == NULL_TEXT)\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:29:41:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (R_paren == NULL_TEXT && L_paren \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT)\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:29:33:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (R_paren == NULL_TEXT && \u001b[01;36m\u001b[KL\u001b[m\u001b[K_paren == NULL_TEXT)\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:32:17:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (R_paren \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT || L_paren == NULL_TEXT){\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:32:9:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (\u001b[01;36m\u001b[KR\u001b[m\u001b[K_paren == NULL_TEXT || L_paren == NULL_TEXT){\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:32:41:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (R_paren == NULL_TEXT || L_paren \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT){\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:32:33:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if (R_paren == NULL_TEXT || \u001b[01;36m\u001b[KL\u001b[m\u001b[K_paren == NULL_TEXT){\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kextract_speaker\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kalign.c:63:33:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " if (((p = TEXT_strchr(id,'-')) \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT) &&\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:63:7:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " if ((\u001b[01;36m\u001b[K(\u001b[m\u001b[Kp = TEXT_strchr(id,'-')) == NULL_TEXT) &&\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:64:33:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcomparison between pointer and zero character constant [\u001b[01;35m\u001b[K-Wpointer-compare\u001b[m\u001b[K]\n", " ((p = TEXT_strchr(id,'_')) \u001b[01;35m\u001b[K==\u001b[m\u001b[K NULL_TEXT)){\n", " \u001b[01;35m\u001b[K^~\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:64:7:\u001b[m\u001b[K \u001b[01;36m\u001b[Knote: \u001b[m\u001b[Kdid you mean to dereference the pointer?\n", " (\u001b[01;36m\u001b[K(\u001b[m\u001b[Kp = TEXT_strchr(id,'_')) == NULL_TEXT)){\n", " \u001b[01;36m\u001b[K^\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kset_temp_files\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kalign.c:933:15:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kgetpid\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[Kset_pad\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " int pid = \u001b[01;35m\u001b[Kgetpid\u001b[m\u001b[K();\n", " \u001b[01;35m\u001b[K^~~~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[Kset_pad\u001b[m\u001b[K\n", "\u001b[01m\u001b[Kalign.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kalign_trans_mode_diff\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kalign.c:1070:5:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[Kunlink\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[Kunix\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " \u001b[01;35m\u001b[Kunlink\u001b[m\u001b[K(refwords);\n", " \u001b[01;35m\u001b[K^~~~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[Kunix\u001b[m\u001b[K\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os dwtoke2.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os fillmrks.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os wtokeini.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os lur.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os stm2ctm.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os ctm2ctm.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os mfa.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os cores.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os rank.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os range.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os anovar.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os signtest.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os wilcoxon.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os sentmcn.c\n", "cc -c -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -I. -Os mtchprs.c\n", "\u001b[01m\u001b[Kmtchprs.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kcount_seg\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kmtchprs.c:588:14:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Ktoo many arguments for format [\u001b[01;35m\u001b[K-Wformat-extra-args\u001b[m\u001b[K]\n", " printf(\u001b[01;35m\u001b[K\"Count Segment: segment# %3d: sys1=[beg=%d,end=%d,ref=%d,err=%d] sys2=[beg=%d,end=%d,ref=%d,err=%d]\\n\"\u001b[m\u001b[K,\n", " \u001b[01;35m\u001b[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[m\u001b[K\n", "cc -o sclite -Os order.o rsprintf.o path.o text.o scores.o word.o rpg.o statdist.o pad.o sgml.o readpipe.o alex.o sc_dtl.o det.o wwscr_f.o corresp.o slm_intf.o addarc1.o delarc1.o llist.o marc1.o arcseq1.o mnode1.o boolpr1.o killarc1.o net_adt.o knode2.o net_dp.o stm.o align.o dwtoke2.o fillmrks.o wtokeini.o lur.o stm2ctm.o ctm2ctm.o mfa.o cores.o rank.o range.o anovar.o signtest.o wilcoxon.o sentmcn.o mtchprs.o sclite.c -lm \n", "\u001b[01m\u001b[Ksclite.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kproc_args\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Ksclite.c:579:15:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[KTEXT_set_lang_prof\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[KTEXT_set_encoding\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " if (!\u001b[01;35m\u001b[KTEXT_set_lang_prof\u001b[m\u001b[K(argv[opt+1]))\n", " \u001b[01;35m\u001b[K^~~~~~~~~~~~~~~~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[KTEXT_set_encoding\u001b[m\u001b[K\n", "cc -o sc_stats -Os order.o rsprintf.o path.o text.o scores.o word.o rpg.o statdist.o pad.o sgml.o readpipe.o alex.o sc_dtl.o det.o wwscr_f.o corresp.o slm_intf.o addarc1.o delarc1.o llist.o marc1.o arcseq1.o mnode1.o boolpr1.o killarc1.o net_adt.o knode2.o net_dp.o stm.o align.o dwtoke2.o fillmrks.o wtokeini.o lur.o stm2ctm.o ctm2ctm.o mfa.o cores.o rank.o range.o anovar.o signtest.o wilcoxon.o sentmcn.o mtchprs.o sc_stats.c -lm \n", "cc -o rover -Os order.o rsprintf.o path.o text.o scores.o word.o rpg.o statdist.o pad.o sgml.o readpipe.o alex.o sc_dtl.o det.o wwscr_f.o corresp.o slm_intf.o addarc1.o delarc1.o llist.o marc1.o arcseq1.o mnode1.o boolpr1.o killarc1.o net_adt.o knode2.o net_dp.o stm.o align.o dwtoke2.o fillmrks.o wtokeini.o lur.o stm2ctm.o ctm2ctm.o mfa.o cores.o rank.o range.o anovar.o signtest.o wilcoxon.o sentmcn.o mtchprs.o rover.c -lm \n", "cc -o sctkUnit -Os order.o rsprintf.o path.o text.o scores.o word.o rpg.o statdist.o pad.o sgml.o readpipe.o alex.o sc_dtl.o det.o wwscr_f.o corresp.o slm_intf.o addarc1.o delarc1.o llist.o marc1.o arcseq1.o mnode1.o boolpr1.o killarc1.o net_adt.o knode2.o net_dp.o stm.o align.o dwtoke2.o fillmrks.o wtokeini.o lur.o stm2ctm.o ctm2ctm.o mfa.o cores.o rank.o range.o anovar.o signtest.o wilcoxon.o sentmcn.o mtchprs.o sctkUnit.c -lm \n", "\u001b[01m\u001b[KsctkUnit.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[KunitTestTEXT\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[KsctkUnit.c:1156:6:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kimplicit declaration of function ‘\u001b[01m\u001b[KTEXT_set_lang_prof\u001b[m\u001b[K’; did you mean ‘\u001b[01m\u001b[KTEXT_set_encoding\u001b[m\u001b[K’? [\u001b[01;35m\u001b[K-Wimplicit-function-declaration\u001b[m\u001b[K]\n", " \u001b[01;35m\u001b[KTEXT_set_lang_prof\u001b[m\u001b[K(\"babel_turkish\");\n", " \u001b[01;35m\u001b[K^~~~~~~~~~~~~~~~~~\u001b[m\u001b[K\n", " \u001b[32m\u001b[KTEXT_set_encoding\u001b[m\u001b[K\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/sclite'\n", "(cd rfilter1; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rfilter1'\n", "On cygwin, it is possible this compilation will fail, please see/adapt the rfilter1/makefile OPTIONS entry\n", "gcc -DNEED_STRCMP=1 -o rfilter1 rfilter1.c\n", "In file included from \u001b[01m\u001b[Krfilter1.c:94:0\u001b[m\u001b[K:\n", "\u001b[01m\u001b[Kinclude/strdup2.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kstrdup_safe\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kinclude/strdup2.c:18:49:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcast from pointer to integer of different size [\u001b[01;35m\u001b[K-Wpointer-to-int-cast\u001b[m\u001b[K]\n", " if (memory_trace) printf(\"%s MALLOC %x\\n\",pdb,\u001b[01;35m\u001b[K(\u001b[m\u001b[Kint)pd);\n", " \u001b[01;35m\u001b[K^\u001b[m\u001b[K\n", "In file included from \u001b[01m\u001b[Krfilter1.c:102:0\u001b[m\u001b[K:\n", "\u001b[01m\u001b[Kinclude/calloc2.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kcalloc_safe\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kinclude/calloc2.c:16:49:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcast from pointer to integer of different size [\u001b[01;35m\u001b[K-Wpointer-to-int-cast\u001b[m\u001b[K]\n", " if (memory_trace) printf(\"%s CALLOC %x\\n\",pdb,\u001b[01;35m\u001b[K(\u001b[m\u001b[Kint)x);\n", " \u001b[01;35m\u001b[K^\u001b[m\u001b[K\n", "In file included from \u001b[01m\u001b[Krfilter1.c:112:0\u001b[m\u001b[K:\n", "\u001b[01m\u001b[Kinclude/frstr1.c:\u001b[m\u001b[K In function ‘\u001b[01m\u001b[Kfree_str\u001b[m\u001b[K’:\n", "\u001b[01m\u001b[Kinclude/frstr1.c:9:49:\u001b[m\u001b[K \u001b[01;35m\u001b[Kwarning: \u001b[m\u001b[Kcast from pointer to integer of different size [\u001b[01;35m\u001b[K-Wpointer-to-int-cast\u001b[m\u001b[K]\n", " {if (memory_trace) printf(\"*DB: FREE %x\\n\",\u001b[01;35m\u001b[K(\u001b[m\u001b[Kint)s);\n", " \u001b[01;35m\u001b[K^\u001b[m\u001b[K\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rfilter1'\n", "(cd csrfilt; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/csrfilt'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/csrfilt'\n", "(cd chfilt; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/chfilt'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/chfilt'\n", "(cd hamzaNorm; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hamzaNorm'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hamzaNorm'\n", "(cd tanweenFilt; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/tanweenFilt'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/tanweenFilt'\n", "(cd acomp; make all)\t\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/acomp'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/acomp'\n", "(cd def_art; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/def_art'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/def_art'\n", "(cd hubscr; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hubscr'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hubscr'\n", "(cd utf_filt; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/utf_filt'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/utf_filt'\n", "(cd rttmSort; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSort'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSort'\n", "(cd rttm2ctm; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttm2ctm'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttm2ctm'\n", "(cd rttmSmooth; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSmooth'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSmooth'\n", "(cd spkr2sad; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/spkr2sad'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/spkr2sad'\n", "(cd mergectm2rttm; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'\n", "(cd align2html; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/align2html'\n", "perl buildInstallVersion.pl > align2html.pl\n", "chmod +x align2html.pl\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/align2html'\n", "(cd md-eval; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/md-eval'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/md-eval'\n", "(cd stm2rttm; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stm2rttm'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stm2rttm'\n", "(cd stmValidator; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stmValidator'\n", "perl buildInstallVersion.pl > stmValidator.pl\n", "chmod +x stmValidator.pl\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stmValidator'\n", "(cd rttmValidator; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmValidator'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmValidator'\n", "(cd ctmValidator; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/ctmValidator'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/ctmValidator'\n", "(cd slatreport; make all)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/slatreport'\n", "make[3]: Nothing to be done for 'all'.\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/slatreport'\n", "make[2]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src'\n", "make[1]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "make[1]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "(mkdir -p bin)\n", "(cd src; make install)\n", "make[2]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src'\n", "(cd asclite; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite'\n", "(cd core; make install)\n", "make[4]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/core'\n", "for p in asclite; do \\\n", "\t/usr/bin/install $p /content/espnet/tools/kaldi/tools/sctk/bin/$p; \\\n", "done\n", "make[4]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/core'\n", "(cd test; make install)\n", "make[4]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/test'\n", "make[4]: Nothing to be done for 'install'.\n", "make[4]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite/test'\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/asclite'\n", "(cd sclite; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/sclite'\n", "/bin/sh: 5: Syntax error: end of file unexpected (expecting \"done\")\n", "makefile:171: recipe for target 'testinstalldirs' failed\n", "make[3]: [testinstalldirs] Error 2 (ignored)\n", "for p in sclite sc_stats rover sctkUnit; do \\\n", " /usr/bin/install $p /content/espnet/tools/kaldi/tools/sctk/bin/$p; \\\n", "done\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/sclite'\n", "(cd rfilter1; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rfilter1'\n", "install rfilter1 /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rfilter1'\n", "(cd csrfilt; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/csrfilt'\n", "cp csrfilt.sh /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/csrfilt'\n", "(cd chfilt; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/chfilt'\n", "cp chfilt.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/chfilt'\n", "(cd hamzaNorm; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hamzaNorm'\n", "cp hamzaNorm.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hamzaNorm'\n", "(cd tanweenFilt; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/tanweenFilt'\n", "cp tanweenFilt.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/tanweenFilt'\n", "(cd acomp; make install)\t\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/acomp'\n", "cp acomp.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/acomp'\n", "(cd def_art; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/def_art'\n", "cp def_art.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/def_art'\n", "(cd hubscr; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hubscr'\n", "cp hubscr.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/hubscr'\n", "(cd utf_filt; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/utf_filt'\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/utf_filt'\n", "(cd rttmSort; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSort'\n", "cp rttmSort.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSort'\n", "(cd rttm2ctm; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttm2ctm'\n", "cp rttm2ctm.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttm2ctm'\n", "(cd rttmSmooth; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSmooth'\n", "cp rttmSmooth.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmSmooth'\n", "(cd spkr2sad; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/spkr2sad'\n", "cp spkr2sad.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/spkr2sad'\n", "(cd mergectm2rttm; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'\n", "cp mergectm2rttm.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/mergectm2rttm'\n", "(cd align2html; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/align2html'\n", "perl buildInstallVersion.pl > /content/espnet/tools/kaldi/tools/sctk/bin/align2html.pl\n", "chmod +x /content/espnet/tools/kaldi/tools/sctk/bin/align2html.pl\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/align2html'\n", "(cd md-eval; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/md-eval'\n", "cp md-eval.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/md-eval'\n", "(cd stm2rttm; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stm2rttm'\n", "cp stm2rttm.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stm2rttm'\n", "(cd stmValidator; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stmValidator'\n", "perl buildInstallVersion.pl > stmValidator.pl\n", "chmod +x stmValidator.pl\n", "perl buildInstallVersion.pl > /content/espnet/tools/kaldi/tools/sctk/bin/stmValidator.pl\n", "chmod +x /content/espnet/tools/kaldi/tools/sctk/bin/stmValidator.pl\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/stmValidator'\n", "(cd rttmValidator; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmValidator'\n", "cp rttmValidator.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/rttmValidator'\n", "(cd ctmValidator; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/ctmValidator'\n", "cp ctmValidator.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/ctmValidator'\n", "(cd slatreport; make install)\n", "make[3]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/slatreport'\n", "cp slatreport.pl /content/espnet/tools/kaldi/tools/sctk/bin\n", "make[3]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src/slatreport'\n", "make[2]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/src'\n", "make[1]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "make[1]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "(cd doc; make all)\n", "make[2]: Entering directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/doc'\n", "for p in align2html asclite ctmValidator mergectm2rttm; do \\\n", "\tpod2man $p.pod -o $p.1; \\\n", "\tpod2html $p.pod > $p.html; \\\n", "done 2> /dev/null\n", "make[2]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10/doc'\n", "make[1]: Leaving directory '/content/espnet/tools/kaldi/tools/sctk-2.4.10'\n", "--2019-07-29 03:43:54-- https://18-198329952-gh.circle-artifacts.com/0/home/circleci/repo/ubuntu16-featbin.tar.gz\n", "Resolving 18-198329952-gh.circle-artifacts.com (18-198329952-gh.circle-artifacts.com)... 3.220.51.42, 34.200.166.190, 18.208.47.82, ...\n", "Connecting to 18-198329952-gh.circle-artifacts.com (18-198329952-gh.circle-artifacts.com)|3.220.51.42|:443... connected.\n", "HTTP request sent, awaiting response... 200 OK\n", "Length: unspecified [application/gzip]\n", "Saving to: ‘ubuntu16-featbin.tar.gz’\n", "\n", "ubuntu16-featbin.ta [ <=> ] 509.86M 38.1MB/s in 13s \n", "\n", "2019-07-29 03:44:08 (38.4 MB/s) - ‘ubuntu16-featbin.tar.gz’ saved [534627015]\n", "\n", "rm -rf sentencepiece\n", "git clone https://github.com/google/sentencepiece.git\n", "Cloning into 'sentencepiece'...\n", "remote: Enumerating objects: 132, done.\u001b[K\n", "remote: Counting objects: 100% (132/132), done.\u001b[K\n", "remote: Compressing objects: 100% (107/107), done.\u001b[K\n", "remote: Total 2506 (delta 41), reused 64 (delta 23), pack-reused 2374\u001b[K\n", "Receiving objects: 100% (2506/2506), 22.70 MiB | 20.52 MiB/s, done.\n", "Resolving deltas: 100% (1631/1631), done.\n", "cd sentencepiece && git checkout v0.1.82 && mkdir build && cd build && (cmake3 .. || cmake ..) && make\n", "Note: checking out 'v0.1.82'.\n", "\n", "You are in 'detached HEAD' state. You can look around, make experimental\n", "changes and commit them, and you can discard any commits you make in this\n", "state without impacting any branches by performing another checkout.\n", "\n", "If you want to create a new branch to retain commits you create, you may\n", "do so (now or later) by using -b with the checkout command again. Example:\n", "\n", " git checkout -b \n", "\n", "HEAD is now at ffa2c82 fixed bug of is_unknown in Python module\n", "/bin/sh: 1: cmake3: not found\n", "-- VERSION: 0.1.82\n", "-- The CXX compiler identification is GNU 7.4.0\n", "-- Check for working CXX compiler: /usr/bin/c++\n", "-- Check for working CXX compiler: /usr/bin/c++ -- works\n", "-- Detecting CXX compiler ABI info\n", "-- Detecting CXX compiler ABI info - done\n", "-- Detecting CXX compile features\n", "-- Detecting CXX compile features - done\n", "-- Looking for C++ include pthread.h\n", "-- Looking for C++ include pthread.h - found\n", "-- Looking for pthread_create\n", "-- Looking for pthread_create - not found\n", "-- Looking for pthread_create in pthreads\n", "-- Looking for pthread_create in pthreads - not found\n", "-- Looking for pthread_create in pthread\n", "-- Looking for pthread_create in pthread - found\n", "-- Found Threads: TRUE \n", "-- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND\n", "-- Configuring done\n", "-- Generating done\n", "-- Build files have been written to: /content/espnet/tools/sentencepiece/build\n", "make[1]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "make[2]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target sentencepiece\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 0%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/arena.cc.o\u001b[0m\n", "[ 1%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/arenastring.cc.o\u001b[0m\n", "[ 2%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/bytestream.cc.o\u001b[0m\n", "[ 3%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/coded_stream.cc.o\u001b[0m\n", "[ 4%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/common.cc.o\u001b[0m\n", "[ 5%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/extension_set.cc.o\u001b[0m\n", "[ 6%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o\u001b[0m\n", "[ 7%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/generated_message_util.cc.o\u001b[0m\n", "[ 8%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o\u001b[0m\n", "[ 9%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/int128.cc.o\u001b[0m\n", "[ 10%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/io_win32.cc.o\u001b[0m\n", "[ 11%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/message_lite.cc.o\u001b[0m\n", "[ 12%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/repeated_field.cc.o\u001b[0m\n", "[ 12%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/status.cc.o\u001b[0m\n", "[ 13%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/statusor.cc.o\u001b[0m\n", "[ 14%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/stringpiece.cc.o\u001b[0m\n", "[ 15%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/stringprintf.cc.o\u001b[0m\n", "[ 16%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/structurally_valid.cc.o\u001b[0m\n", "[ 17%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/strutil.cc.o\u001b[0m\n", "[ 18%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/time.cc.o\u001b[0m\n", "[ 19%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o\u001b[0m\n", "[ 20%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o\u001b[0m\n", "[ 21%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o\u001b[0m\n", "[ 22%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/builtin_pb/sentencepiece.pb.cc.o\u001b[0m\n", "[ 23%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/builtin_pb/sentencepiece_model.pb.cc.o\u001b[0m\n", "[ 24%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/bpe_model.cc.o\u001b[0m\n", "[ 25%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/char_model.cc.o\u001b[0m\n", "[ 25%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/error.cc.o\u001b[0m\n", "[ 26%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/filesystem.cc.o\u001b[0m\n", "[ 27%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/flags.cc.o\u001b[0m\n", "[ 28%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/model_factory.cc.o\u001b[0m\n", "[ 29%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/model_interface.cc.o\u001b[0m\n", "[ 30%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/normalizer.cc.o\u001b[0m\n", "[ 31%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/sentencepiece_processor.cc.o\u001b[0m\n", "[ 32%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/unigram_model.cc.o\u001b[0m\n", "[ 33%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/util.cc.o\u001b[0m\n", "[ 34%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/word_model.cc.o\u001b[0m\n", "[ 35%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece.dir/__/third_party/absl/strings/string_view.cc.o\u001b[0m\n", "[ 36%] \u001b[32m\u001b[1mLinking CXX shared library libsentencepiece.so\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 36%] Built target sentencepiece\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target sentencepiece_train-static\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 37%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/builder.cc.o\u001b[0m\n", "[ 38%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/unicode_script.cc.o\u001b[0m\n", "[ 39%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/trainer_factory.cc.o\u001b[0m\n", "[ 40%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/trainer_interface.cc.o\u001b[0m\n", "[ 41%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/unigram_model_trainer.cc.o\u001b[0m\n", "[ 42%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/word_model_trainer.cc.o\u001b[0m\n", "[ 42%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/char_model_trainer.cc.o\u001b[0m\n", "[ 43%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/bpe_model_trainer.cc.o\u001b[0m\n", "[ 44%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train-static.dir/sentencepiece_trainer.cc.o\u001b[0m\n", "[ 45%] \u001b[32m\u001b[1mLinking CXX static library libsentencepiece_train.a\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 45%] Built target sentencepiece_train-static\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target spm_encode\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 46%] \u001b[32mBuilding CXX object src/CMakeFiles/spm_encode.dir/spm_encode_main.cc.o\u001b[0m\n", "[ 47%] \u001b[32m\u001b[1mLinking CXX executable spm_encode\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 47%] Built target spm_encode\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target sentencepiece_train\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 48%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/builder.cc.o\u001b[0m\n", "[ 49%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/unicode_script.cc.o\u001b[0m\n", "[ 50%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/trainer_factory.cc.o\u001b[0m\n", "[ 50%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/trainer_interface.cc.o\u001b[0m\n", "[ 51%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/unigram_model_trainer.cc.o\u001b[0m\n", "[ 52%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/word_model_trainer.cc.o\u001b[0m\n", "[ 53%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/char_model_trainer.cc.o\u001b[0m\n", "[ 54%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/bpe_model_trainer.cc.o\u001b[0m\n", "[ 55%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece_train.dir/sentencepiece_trainer.cc.o\u001b[0m\n", "[ 56%] \u001b[32m\u001b[1mLinking CXX shared library libsentencepiece_train.so\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 56%] Built target sentencepiece_train\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target spm_train\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 57%] \u001b[32mBuilding CXX object src/CMakeFiles/spm_train.dir/spm_train_main.cc.o\u001b[0m\n", "[ 58%] \u001b[32m\u001b[1mLinking CXX executable spm_train\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 58%] Built target spm_train\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target spm_decode\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 59%] \u001b[32mBuilding CXX object src/CMakeFiles/spm_decode.dir/spm_decode_main.cc.o\u001b[0m\n", "[ 60%] \u001b[32m\u001b[1mLinking CXX executable spm_decode\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 60%] Built target spm_decode\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target spm_normalize\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 61%] \u001b[32mBuilding CXX object src/CMakeFiles/spm_normalize.dir/spm_normalize_main.cc.o\u001b[0m\n", "[ 62%] \u001b[32m\u001b[1mLinking CXX executable spm_normalize\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 62%] Built target spm_normalize\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target sentencepiece-static\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 63%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o\u001b[0m\n", "[ 63%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o\u001b[0m\n", "[ 64%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o\u001b[0m\n", "[ 65%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o\u001b[0m\n", "[ 66%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o\u001b[0m\n", "[ 67%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o\u001b[0m\n", "[ 68%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o\u001b[0m\n", "[ 69%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o\u001b[0m\n", "[ 70%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o\u001b[0m\n", "[ 71%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o\u001b[0m\n", "[ 72%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o\u001b[0m\n", "[ 73%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o\u001b[0m\n", "[ 74%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o\u001b[0m\n", "[ 75%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o\u001b[0m\n", "[ 76%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o\u001b[0m\n", "[ 76%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o\u001b[0m\n", "[ 77%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o\u001b[0m\n", "[ 78%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o\u001b[0m\n", "[ 79%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o\u001b[0m\n", "[ 80%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o\u001b[0m\n", "[ 81%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o\u001b[0m\n", "[ 82%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o\u001b[0m\n", "[ 83%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o\u001b[0m\n", "[ 84%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o\u001b[0m\n", "[ 85%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o\u001b[0m\n", "[ 86%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o\u001b[0m\n", "[ 87%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o\u001b[0m\n", "[ 88%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/error.cc.o\u001b[0m\n", "[ 88%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o\u001b[0m\n", "[ 89%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/flags.cc.o\u001b[0m\n", "[ 90%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o\u001b[0m\n", "[ 91%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o\u001b[0m\n", "[ 92%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o\u001b[0m\n", "[ 93%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o\u001b[0m\n", "[ 94%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o\u001b[0m\n", "[ 95%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/util.cc.o\u001b[0m\n", "[ 96%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o\u001b[0m\n", "[ 97%] \u001b[32mBuilding CXX object src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/strings/string_view.cc.o\u001b[0m\n", "[ 98%] \u001b[32m\u001b[1mLinking CXX static library libsentencepiece.a\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[ 98%] Built target sentencepiece-static\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "\u001b[35m\u001b[1mScanning dependencies of target spm_export_vocab\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[3]: Entering directory '/content/espnet/tools/sentencepiece/build'\n", "[ 99%] \u001b[32mBuilding CXX object src/CMakeFiles/spm_export_vocab.dir/spm_export_vocab_main.cc.o\u001b[0m\n", "[100%] \u001b[32m\u001b[1mLinking CXX executable spm_export_vocab\u001b[0m\n", "make[3]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "[100%] Built target spm_export_vocab\n", "make[2]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "make[1]: Leaving directory '/content/espnet/tools/sentencepiece/build'\n", "touch sentencepiece.done\n" ], "name": "stdout" } ] }, { "cell_type": "markdown", "metadata": { "id": "eQq51XKRNrX5", "colab_type": "text" }, "source": [ "## Recognize speech using pretrained models" ] }, { "cell_type": "markdown", "metadata": { "id": "hfrFSrQ5PR3a", "colab_type": "text" }, "source": [ "Let's recognize 7-minutes long audio speech as an example. Go to a recipe directory and run `recog_wav.sh` at the directory. \n", "\n", "Available models are summarized [here](https://github.com/espnet/espnet#asr-demo)." ] }, { "cell_type": "code", "metadata": { "id": "6DJ_4YkUN7kZ", "colab_type": "code", "outputId": "fd41d2ac-501b-4499-9d7d-be8d223b46dd", "colab": { "base_uri": "https://localhost:8080/", "height": 361 } }, "source": [ "!cd espnet/egs/tedlium2/asr1; bash ../../../utils/recog_wav.sh --models tedlium2.tacotron2.v1" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "stage 0: Data preparation\n", "stage 1: Feature Generation\n", "steps/make_fbank_pitch.sh --cmd run.pl --nj 1 --write_utt2num_frames true decode/TomWujec_2010U/data decode/TomWujec_2010U/log decode/TomWujec_2010U/fbank\n", "steps/make_fbank_pitch.sh: moving decode/TomWujec_2010U/data/feats.scp to decode/TomWujec_2010U/data/.backup\n", "utils/validate_data_dir.sh: WARNING: you have only one speaker. This probably a bad idea.\n", " Search for the word 'bold' in http://kaldi-asr.org/doc/data_prep.html\n", " for more information.\n", "utils/validate_data_dir.sh: Successfully validated data-directory decode/TomWujec_2010U/data\n", "steps/make_fbank_pitch.sh: [info]: no segments file exists: assuming wav.scp indexed by utterance.\n", "steps/make_fbank_pitch.sh: Succeeded creating filterbank and pitch features for data\n", "/content/espnet/egs/tedlium2/asr1/../../../utils/dump.sh --cmd run.pl --nj 1 --do_delta false decode/TomWujec_2010U/data/feats.scp decode/download/tedlium2.tacotron2.v1/data/train_trim_sp/cmvn.ark decode/TomWujec_2010U/log decode/TomWujec_2010U/dump\n", "stage 2: Json Data Preparation\n", "/content/espnet/egs/tedlium2/asr1/../../../utils/data2json.sh --feat decode/TomWujec_2010U/dump/feats.scp decode/TomWujec_2010U/data decode/TomWujec_2010U/dict\n", "/content/espnet/egs/tedlium2/asr1/../../../utils/feat_to_shape.sh --cmd run.pl --nj 1 --filetype --preprocess-conf --verbose 0 decode/TomWujec_2010U/dump/feats.scp decode/TomWujec_2010U/data/tmp-j7OeZ/input/shape.scp\n", "sym2int.pl: replacing X with 1\n", "** Replaced 1 instances of OOVs with 1\n", "stage 3: Decoding\n", "^C\n" ], "name": "stdout" } ] }, { "cell_type": "markdown", "metadata": { "id": "PAxWnNWFqeD5", "colab_type": "text" }, "source": [ "You can see the progress of the recognition." ] }, { "cell_type": "code", "metadata": { "id": "QESbANoHSV4a", "colab_type": "code", "outputId": "3e662e92-8b55-45bd-89ab-7c62739f12c4", "colab": { "base_uri": "https://localhost:8080/", "height": 1000 } }, "source": [ "!cat espnet/egs/tedlium2/asr1/decode/TomWujec_2010U/log/decode.log" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "# asr_recog.py --config decode/download/tedlium2.tacotron2.v1/conf/decode_streaming.yaml --ngpu 0 --backend pytorch --debugmode 1 --verbose 1 --recog-json decode/TomWujec_2010U/dump/data.json --result-label decode/TomWujec_2010U/result.json --model decode/download/tedlium2.tacotron2.v1/exp/train_trim_sp_pytorch_train4/results/model.acc.best --rnnlm decode/download/tedlium2.tacotron2.v1/exp/train_rnnlm_pytorch_lm_unigram500/rnnlm.model.best \n", "# Started at Mon Jul 29 04:10:09 UTC 2019\n", "#\n", "2019-07-29 04:10:10,182 (asr_recog:134) INFO: python path = /env/python\n", "2019-07-29 04:10:10,183 (asr_recog:139) INFO: set random seed = 1\n", "2019-07-29 04:10:10,183 (asr_recog:147) INFO: backend = pytorch\n", "/usr/local/lib/python3.6/dist-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n", " import imp\n", "2019-07-29 04:10:12,364 (deterministic_utils:24) INFO: torch type check is disabled\n", "2019-07-29 04:10:12,364 (asr_utils:310) INFO: reading a config file from decode/download/tedlium2.tacotron2.v1/exp/train_trim_sp_pytorch_train4/results/model.json\n", "2019-07-29 04:10:12,364 (asr:482) INFO: reading model parameters from decode/download/tedlium2.tacotron2.v1/exp/train_trim_sp_pytorch_train4/results/model.acc.best\n", "2019-07-29 04:10:12,365 (e2e_asr:86) INFO: subsample: 1 2 2 1 1\n", "2019-07-29 04:10:12,690 (encoders:236) INFO: LSTM with every-layer projection for encoder\n", "2019-07-29 04:10:13,559 (asr_utils:310) INFO: reading a config file from decode/download/tedlium2.tacotron2.v1/exp/train_rnnlm_pytorch_lm_unigram500/model.json\n", "2019-07-29 04:10:13,727 (asr:545) INFO: (1/1) decoding TomWujec_2010U\n", "2019-07-29 04:10:13,849 (asr:559) INFO: Using streaming recognizer with threshold value 12\n", "2019-07-29 04:10:29,906 (decoders:234) INFO: input lengths: 139\n", "2019-07-29 04:10:29,907 (decoders:260) INFO: max output length: 125\n", "2019-07-29 04:10:29,907 (decoders:261) INFO: min output length: 13\n", "2019-07-29 04:11:04,604 (decoders:351) INFO: adding in the last position in the loop\n", "2019-07-29 04:11:04,608 (decoders:380) INFO: no hypothesis. Finish decoding.\n", "2019-07-29 04:11:04,624 (decoders:400) INFO: total log probability: tensor(-130.5115)\n", "2019-07-29 04:11:04,624 (decoders:401) INFO: normalized log probability: tensor(-2.8372)\n", "2019-07-29 04:11:04,633 (asr:573) INFO: years ago here at ted peter skill men introduced a design challenge called the marshmallow challenge\n", "2019-07-29 04:11:05,883 (decoders:234) INFO: input lengths: 38\n", "2019-07-29 04:11:05,884 (decoders:260) INFO: max output length: 34\n", "2019-07-29 04:11:05,884 (decoders:261) INFO: min output length: 3\n", "2019-07-29 04:11:13,157 (decoders:351) INFO: adding in the last position in the loop\n", "2019-07-29 04:11:13,160 (decoders:380) INFO: no hypothesis. Finish decoding.\n", "2019-07-29 04:11:13,162 (decoders:400) INFO: total log probability: tensor(-31.0363)\n", "2019-07-29 04:11:13,162 (decoders:401) INFO: normalized log probability: tensor(-3.8795)\n", "2019-07-29 04:11:13,165 (asr:573) INFO: and the idea is pretty simple\n", "2019-07-29 04:11:17,072 (decoders:234) INFO: input lengths: 129\n", "2019-07-29 04:11:17,072 (decoders:260) INFO: max output length: 116\n", "2019-07-29 04:11:17,072 (decoders:261) INFO: min output length: 12\n", "2019-07-29 04:11:47,356 (decoders:351) INFO: adding in the last position in the loop\n", "2019-07-29 04:11:47,363 (decoders:380) INFO: no hypothesis. Finish decoding.\n", "2019-07-29 04:11:47,369 (decoders:400) INFO: total log probability: tensor(-121.8175)\n", "2019-07-29 04:11:47,370 (decoders:401) INFO: normalized log probability: tensor(-3.2057)\n", "2019-07-29 04:11:47,380 (asr:573) INFO: teams of four have to build a tallest free standing structure out of twenty six to spaghetti\n", "2019-07-29 04:11:48,603 (decoders:234) INFO: input lengths: 33\n", "2019-07-29 04:11:48,603 (decoders:260) INFO: max output length: 29\n", "2019-07-29 04:11:48,603 (decoders:261) INFO: min output length: 3\n", "2019-07-29 04:11:55,044 (decoders:351) INFO: adding in the last position in the loop\n", "2019-07-29 04:11:55,047 (decoders:380) INFO: no hypothesis. Finish decoding.\n", "2019-07-29 04:11:55,050 (decoders:400) INFO: total log probability: tensor(-35.5908)\n", "2019-07-29 04:11:55,050 (decoders:401) INFO: normalized log probability: tensor(-3.2355)\n", "2019-07-29 04:11:55,052 (asr:573) INFO: one yard of tape\n", "2019-07-29 04:11:58,257 (decoders:234) INFO: input lengths: 105\n", "2019-07-29 04:11:58,257 (decoders:260) INFO: max output length: 94\n", "2019-07-29 04:11:58,257 (decoders:261) INFO: min output length: 10\n", "Traceback (most recent call last):\n", " File \"/content/espnet/egs/tedlium2/asr1/../../../espnet/bin/asr_recog.py\", line 166, in \n", " main(sys.argv[1:])\n", " File \"/content/espnet/egs/tedlium2/asr1/../../../espnet/bin/asr_recog.py\", line 154, in main\n", " recog(args)\n", " File \"/content/espnet/espnet/asr/pytorch_backend/asr.py\", line 566, in recog\n", " hyps = se2e.accept_input(feat[i:i + r])\n", " File \"/content/espnet/espnet/nets/pytorch_backend/streaming/segment.py\", line 83, in accept_input\n", " h, lpz, self._recog_args, self._char_list, self._rnnlm)\n", " File \"/content/espnet/espnet/nets/pytorch_backend/rnn/decoders.py\", line 302, in recognize_beam\n", " rnnlm_state, local_lm_scores = rnnlm.predict(hyp['rnnlm_prev'], vy)\n", " File \"/content/espnet/espnet/lm/pytorch_backend/lm.py\", line 131, in predict\n", " state, z = self.predictor(state, x)\n", " File \"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py\", line 493, in __call__\n", " result = self.forward(*input, **kwargs)\n", " File \"/content/espnet/espnet/lm/pytorch_backend/lm.py\", line 203, in forward\n", " h[0], c[0] = self.rnn[0](self.dropout[0](emb), (state['h'][0], state['c'][0]))\n", " File \"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py\", line 493, in __call__\n", " result = self.forward(*input, **kwargs)\n", " File \"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/rnn.py\", line 890, in forward\n", " self.bias_ih, self.bias_hh,\n", "KeyboardInterrupt\n" ], "name": "stdout" } ] }, { "cell_type": "markdown", "metadata": { "id": "n7rOmAjTmS5-", "colab_type": "text" }, "source": [ "You can change E2E model, language model, decoding parameters, etc. For the detail, see `recog_wav.sh`." ] }, { "cell_type": "code", "metadata": { "id": "ujmrjJr5j-DN", "colab_type": "code", "outputId": "78694c0b-6aba-4863-9dab-1c4f702cbed1", "colab": { "base_uri": "https://localhost:8080/", "height": 1000 } }, "source": [ "!cat espnet/utils/recog_wav.sh" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "#!/bin/bash\n", "\n", "# Copyright 2019 Nagoya University (Takenori Yoshimura)\n", "# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n", "\n", "if [ ! -f path.sh ] || [ ! -f cmd.sh ]; then\n", " echo \"Please change directory to e.g., egs/tedlium2/asr1\"\n", " exit 1\n", "fi\n", "\n", ". ./path.sh\n", "\n", "# general configuration\n", "backend=pytorch\n", "stage=0 # start from 0 if you need to start from data preparation\n", "stop_stage=100\n", "ngpu=0 # number of gpus (\"0\" uses cpu, otherwise use gpu)\n", "debugmode=1\n", "verbose=1 # verbose option\n", "\n", "# feature configuration\n", "do_delta=false\n", "cmvn=\n", "\n", "# rnnlm related\n", "use_lang_model=true\n", "lang_model=\n", "\n", "# decoding parameter\n", "recog_model=\n", "decode_config=\n", "decode_dir=decode\n", "\n", "# download related\n", "models=tedlium2.tacotron2.v1\n", "\n", "help_message=$(cat <\n", "\n", "Example:\n", " rec -c 1 -r 16000 example.wav trim 0 5\n", " $0 example.wav\n", "EOF\n", ")\n", ". utils/parse_options.sh || exit 1;\n", "\n", "# make shellcheck happy\n", "train_cmd=\n", "decode_cmd=\n", "\n", ". ./cmd.sh\n", "\n", "wav=$1\n", "download_dir=${decode_dir}/download\n", "\n", "if [ $# -gt 1 ]; then\n", " echo $help_message\n", " exit 1;\n", "fi\n", "\n", "set -e\n", "set -u\n", "set -o pipefail\n", "\n", "function download_models () {\n", " case \"${models}\" in\n", " \"tedlium2.tacotron2.v1\") share_url=\"https://drive.google.com/open?id=1UqIY6WJMZ4sxNxSugUqp3mrGb3j6h7xe\" ;;\n", " *) echo \"No such models: ${models}\"; exit 1 ;;\n", " esac\n", "\n", " dir=${download_dir}/${models}\n", " mkdir -p ${dir}\n", " if [ ! -e ${dir}/.complete ]; then\n", " download_from_google_drive.sh ${share_url} ${dir} \".tar.gz\"\n", "\ttouch ${dir}/.complete\n", " fi\n", "}\n", "\n", "# Download trained models\n", "if [ -z \"${cmvn}\" ]; then\n", " download_models\n", " cmvn=$(find ${download_dir}/${models} -name \"cmvn.ark\" | head -n 1)\n", "fi\n", "if [ -z \"${lang_model}\" ] && ${use_lang_model}; then\n", " download_models\n", " lang_model=$(find ${download_dir}/${models} -name \"rnnlm*.best\" | head -n 1)\n", "fi\n", "if [ -z \"${recog_model}\" ]; then\n", " download_models\n", " recog_model=$(find ${download_dir}/${models} -name \"model*.best\" | head -n 1)\n", "fi\n", "if [ -z \"${decode_config}\" ]; then\n", " download_models\n", " decode_config=$(find ${download_dir}/${models} -name \"decode*.yaml\" | head -n 1)\n", "fi\n", "if [ -z \"${wav}\" ]; then\n", " download_models\n", " wav=$(find ${download_dir}/${models} -name \"*.wav\" | head -n 1)\n", "fi\n", "\n", "# Check file existence\n", "if [ ! -f \"${cmvn}\" ]; then\n", " echo \"No such CMVN file: ${cmvn}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${lang_model}\" ] && ${use_lang_model}; then\n", " echo \"No such language model: ${lang_model}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${recog_model}\" ]; then\n", " echo \"No such E2E model: ${recog_model}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${decode_config}\" ]; then\n", " echo \"No such config file: ${decode_config}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${wav}\" ]; then\n", " echo \"No such WAV file: ${wav}\"\n", " exit 1\n", "fi\n", "\n", "base=$(basename $wav .wav)\n", "decode_dir=${decode_dir}/${base}\n", "\n", "if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then\n", " echo \"stage 0: Data preparation\"\n", "\n", " mkdir -p ${decode_dir}/data\n", " echo \"$base $wav\" > ${decode_dir}/data/wav.scp\n", " echo \"X $base\" > ${decode_dir}/data/spk2utt\n", " echo \"$base X\" > ${decode_dir}/data/utt2spk\n", " echo \"$base X\" > ${decode_dir}/data/text\n", "fi\n", "\n", "if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then\n", " echo \"stage 1: Feature Generation\"\n", "\n", " steps/make_fbank_pitch.sh --cmd \"$train_cmd\" --nj 1 --write_utt2num_frames true \\\n", " ${decode_dir}/data ${decode_dir}/log ${decode_dir}/fbank\n", "\n", " feat_recog_dir=${decode_dir}/dump; mkdir -p ${feat_recog_dir}\n", " dump.sh --cmd \"$train_cmd\" --nj 1 --do_delta ${do_delta} \\\n", " ${decode_dir}/data/feats.scp ${cmvn} ${decode_dir}/log \\\n", " ${feat_recog_dir}\n", "fi\n", "\n", "if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then\n", " echo \"stage 2: Json Data Preparation\"\n", "\n", " dict=${decode_dir}/dict\n", " echo \" 1\" > ${dict}\n", " feat_recog_dir=${decode_dir}/dump\n", " data2json.sh --feat ${feat_recog_dir}/feats.scp \\\n", " ${decode_dir}/data ${dict} > ${feat_recog_dir}/data.json\n", " rm -f ${dict}\n", "fi\n", "\n", "if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then\n", " echo \"stage 3: Decoding\"\n", "\n", " if ${use_lang_model}; then\n", " recog_opts=\"--rnnlm ${lang_model}\"\n", " else\n", " recog_opts=\"\"\n", " fi\n", " feat_recog_dir=${decode_dir}/dump\n", "\n", " ${decode_cmd} ${decode_dir}/log/decode.log \\\n", " asr_recog.py \\\n", " --config ${decode_config} \\\n", " --ngpu ${ngpu} \\\n", " --backend ${backend} \\\n", " --debugmode ${debugmode} \\\n", " --verbose ${verbose} \\\n", " --recog-json ${feat_recog_dir}/data.json \\\n", " --result-label ${decode_dir}/result.json \\\n", " --model ${recog_model} \\\n", " ${recog_opts}\n", "\n", " echo \"\"\n", " recog_text=$(grep rec_text ${decode_dir}/result.json | sed -e 's/.*: \"\\(.*\\).*/\\1/')\n", " echo \"Recognized text: ${recog_text}\"\n", " echo \"\"\n", " echo \"Finished\"\n", "fi\n" ], "name": "stdout" } ] }, { "cell_type": "markdown", "metadata": { "id": "-IS5B4b5PeYi", "colab_type": "text" }, "source": [ "## Synthesize speech using pretrained models" ] }, { "cell_type": "markdown", "metadata": { "id": "W5yyyaB-T2LQ", "colab_type": "text" }, "source": [ "Let's synthesize speech using an E2E model. Go to a recipe directory and run `synth_wav.sh` at the directory.\n", "\n", "Available models are summarized [here](https://github.com/espnet/espnet#tts-demo)." ] }, { "cell_type": "code", "metadata": { "id": "ENaZCOW8T9OO", "colab_type": "code", "outputId": "6a80168d-3c25-460a-8a89-3c26221ccac3", "colab": { "base_uri": "https://localhost:8080/", "height": 685 } }, "source": [ "!cd espnet/egs/ljspeech/tts1; \\\n", "echo \"THIS IS A DEMONSTRATION OF TEXT TO SPEECH.\" > example.txt; \\\n", "bash ../../../utils/synth_wav.sh --models ljspeech.tacotron2.v1 example.txt" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "--2019-07-29 04:12:48-- https://drive.google.com/uc?export=download&id=1dKzdaDpOkpx7kWZnvrvx2De7eZEdPHZs\n", "Resolving drive.google.com (drive.google.com)... 74.125.20.138, 74.125.20.102, 74.125.20.101, ...\n", "Connecting to drive.google.com (drive.google.com)|74.125.20.138|:443... connected.\n", "HTTP request sent, awaiting response... 302 Moved Temporarily\n", "Location: https://doc-04-30-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/s5uj0qai6u6ooagkqh3ku4vpis2lstie/1564372800000/04214513489132088126/*/1dKzdaDpOkpx7kWZnvrvx2De7eZEdPHZs?e=download [following]\n", "Warning: wildcards not supported in HTTP.\n", "--2019-07-29 04:12:56-- https://doc-04-30-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/s5uj0qai6u6ooagkqh3ku4vpis2lstie/1564372800000/04214513489132088126/*/1dKzdaDpOkpx7kWZnvrvx2De7eZEdPHZs?e=download\n", "Resolving doc-04-30-docs.googleusercontent.com (doc-04-30-docs.googleusercontent.com)... 74.125.28.132, 2607:f8b0:400e:c04::84\n", "Connecting to doc-04-30-docs.googleusercontent.com (doc-04-30-docs.googleusercontent.com)|74.125.28.132|:443... connected.\n", "HTTP request sent, awaiting response... 200 OK\n", "Length: unspecified [application/x-gzip]\n", "Saving to: 'decode/download/ljspeech.tacotron2.v1/2wfcwa..tar.gz'\n", "\n", "decode/download/ljs [ <=> ] 92.84M 83.4MB/s in 1.1s \n", "\n", "2019-07-29 04:12:58 (83.4 MB/s) - 'decode/download/ljspeech.tacotron2.v1/2wfcwa..tar.gz' saved [97349800]\n", "\n", "conf/tuning/train_pytorch_tacotron2.v1.yaml\n", "conf/decode.yaml\n", "data/train_no_dev/cmvn.ark\n", "exp/train_no_dev_pytorch_train_pytorch_tacotron2.v1/results/model.last1.avg.best\n", "exp/train_no_dev_pytorch_train_pytorch_tacotron2.v1/results/model.json\n", "data/lang_1char/train_no_dev_units.txt\n", "Sucessfully downloaded zip file from https://drive.google.com/open?id=1dKzdaDpOkpx7kWZnvrvx2De7eZEdPHZs\n", "stage 0: Data preparation\n", "/content/espnet/egs/ljspeech/tts1/../../../utils/data2json.sh decode/example/data decode/download/ljspeech.tacotron2.v1/data/lang_1char/train_no_dev_units.txt\n", "stage 2: Decoding\n", "stage 3: Synthesis\n", "apply-cmvn --norm-vars=true --reverse=true decode/download/ljspeech.tacotron2.v1/data/train_no_dev/cmvn.ark scp:decode/example/outputs/feats.scp ark,scp:decode/example/outputs_denorm/feats.ark,decode/example/outputs_denorm/feats.scp \n", "LOG (apply-cmvn[5.5.428~1-29b3]:main():apply-cmvn.cc:159) Applied cepstral mean and variance normalization to 1 utterances, errors on 0\n", "/content/espnet/egs/ljspeech/tts1/../../../utils/convert_fbank.sh --nj 1 --cmd run.pl --fs 22050 --fmax --fmin --n_fft 1024 --n_shift 256 --win_length --n_mels 80 --iters 1000 decode/example/outputs_denorm decode/example/log decode/example/wav\n", "Succeeded creating wav for outputs_denorm\n", "\n", "Synthesized wav: decode/example/wav/example.wav\n", "\n", "Finished\n" ], "name": "stdout" } ] }, { "cell_type": "markdown", "metadata": { "id": "-XjD4v_FmDDp", "colab_type": "text" }, "source": [ "Let's listen the synthesized speech!" ] }, { "cell_type": "code", "metadata": { "id": "vlFvjxTlbUsH", "colab_type": "code", "colab": {} }, "source": [ "from google.colab import files\n", "\n", "files.download('espnet/egs/ljspeech/tts1/decode/example/wav/example.wav')" ], "execution_count": 0, "outputs": [] }, { "cell_type": "markdown", "metadata": { "id": "LSN2yB_nlhpB", "colab_type": "text" }, "source": [ "You can change E2E model, decoding parameters, etc. For the detail, see `synth_wav.sh`." ] }, { "cell_type": "code", "metadata": { "id": "_AW3UwKQjien", "colab_type": "code", "outputId": "50d42b12-49b5-40a5-b13e-1c721b1beac1", "colab": { "base_uri": "https://localhost:8080/", "height": 1000 } }, "source": [ "!cat espnet/utils/synth_wav.sh" ], "execution_count": 0, "outputs": [ { "output_type": "stream", "text": [ "#!/bin/bash\n", "\n", "# Copyright 2019 Nagoya University (Takenori Yoshimura)\n", "# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n", "\n", "if [ ! -f path.sh ] || [ ! -f cmd.sh ]; then\n", " echo \"Please change directory to e.g., egs/ljspeech/tts1\"\n", " exit 1\n", "fi\n", "\n", ". ./path.sh\n", "\n", "# general configuration\n", "backend=pytorch\n", "stage=0 # start from 0 if you need to start from data preparation\n", "stop_stage=100\n", "ngpu=0 # number of gpus (\"0\" uses cpu, otherwise use gpu)\n", "debugmode=1\n", "verbose=1 # verbose option\n", "\n", "# feature configuration\n", "fs=22050 # sampling frequency\n", "fmax=\"\" # maximum frequency\n", "fmin=\"\" # minimum frequency\n", "n_mels=80 # number of mel basis\n", "n_fft=1024 # number of fft points\n", "n_shift=256 # number of shift points\n", "win_length=\"\" # window length\n", "cmvn=\n", "\n", "# dictionary related\n", "dict=\n", "\n", "# embedding related\n", "input_wav=\n", "\n", "# decoding related\n", "synth_model=\n", "decode_config=\n", "decode_dir=decode\n", "griffin_lim_iters=1000\n", "\n", "# download related\n", "models=ljspeech.transformer.v1\n", "\n", "help_message=$(cat <\n", "\n", "Example:\n", " echo \\\"This is a demonstration of text to speech.\\\" > example.txt\n", " $0 example.txt\n", "EOF\n", ")\n", ". utils/parse_options.sh || exit 1;\n", "\n", "# make shellcheck happy\n", "train_cmd=\n", "decode_cmd=\n", "\n", ". ./cmd.sh\n", "\n", "txt=$1\n", "download_dir=${decode_dir}/download\n", "\n", "if [ $# -ne 1 ]; then\n", " echo $help_message\n", " exit 1;\n", "fi\n", "\n", "set -e\n", "set -u\n", "set -o pipefail\n", "\n", "function download_models () {\n", " case \"${models}\" in\n", " \"libritts.tacotron2.v1\") share_url=\"https://drive.google.com/open?id=1iAXwC0AuWusa9AcFeUVkcNLG0I-hnSr3\" ;;\n", " \"ljspeech.tacotron2.v1\") share_url=\"https://drive.google.com/open?id=1dKzdaDpOkpx7kWZnvrvx2De7eZEdPHZs\" ;;\n", " \"ljspeech.tacotron2.v2\") share_url=\"https://drive.google.com/open?id=11T9qw8rJlYzUdXvFjkjQjYrp3iGfQ15h\" ;;\n", " \"ljspeech.tacotron2.v3\") share_url=\"https://drive.google.com/open?id=1hiZn14ITUDM1nkn-GkaN_M3oaTOUcn1n\" ;;\n", " \"ljspeech.transformer.v1\") share_url=\"https://drive.google.com/open?id=13DR-RB5wrbMqBGx_MC655VZlsEq52DyS\" ;;\n", " \"ljspeech.transformer.v2\") share_url=\"https://drive.google.com/open?id=1xxAwPuUph23RnlC5gym7qDM02ZCW9Unp\" ;;\n", " *) echo \"No such models: ${models}\"; exit 1 ;;\n", " esac\n", "\n", " dir=${download_dir}/${models}\n", " mkdir -p ${dir}\n", " if [ ! -e ${dir}/.complete ]; then\n", " download_from_google_drive.sh ${share_url} ${dir} \".tar.gz\"\n", "\ttouch ${dir}/.complete\n", " fi\n", "}\n", "\n", "# Download trained models\n", "if [ -z \"${cmvn}\" ]; then\n", " download_models\n", " cmvn=$(find ${download_dir}/${models} -name \"cmvn.ark\" | head -n 1)\n", "fi\n", "if [ -z \"${dict}\" ]; then\n", " download_models\n", " dict=$(find ${download_dir}/${models} -name \"*_units.txt\" | head -n 1)\n", "fi\n", "if [ -z \"${synth_model}\" ]; then\n", " download_models\n", " synth_model=$(find ${download_dir}/${models} -name \"model*.best\" | head -n 1)\n", "fi\n", "if [ -z \"${decode_config}\" ]; then\n", " download_models\n", " decode_config=$(find ${download_dir}/${models} -name \"decode*.yaml\" | head -n 1)\n", "fi\n", "\n", "synth_json=$(basename ${synth_model})\n", "model_json=\"$(dirname ${synth_model})/${synth_json%%.*}.json\"\n", "use_speaker_embedding=$(grep use_speaker_embedding ${model_json} | sed -e \"s/.*: *\\([0-9]*\\).*/\\1/\")\n", "if [ ${use_speaker_embedding} -eq 1 ]; then\n", " use_input_wav=true\n", "else\n", " use_input_wav=false\n", "fi\n", "if [ -z \"${input_wav}\" ] && ${use_input_wav}; then\n", " download_models\n", " input_wav=$(find ${download_dir}/${models} -name \"*.wav\" | head -n 1)\n", "fi\n", "\n", "# Check file existence\n", "if [ ! -f \"${cmvn}\" ]; then\n", " echo \"No such CMVN file: ${cmvn}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${dict}\" ]; then\n", " echo \"No such dictionary: ${dict}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${synth_model}\" ]; then\n", " echo \"No such E2E model: ${synth_model}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${decode_config}\" ]; then\n", " echo \"No such config file: ${decode_config}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${input_wav}\" ] && ${use_input_wav}; then\n", " echo \"No such WAV file for extracting meta information: ${input_wav}\"\n", " exit 1\n", "fi\n", "if [ ! -f \"${txt}\" ]; then\n", " echo \"No such txt file: ${txt}\"\n", " exit 1\n", "fi\n", "\n", "base=$(basename $txt .txt)\n", "decode_dir=${decode_dir}/${base}\n", "\n", "if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then\n", " echo \"stage 0: Data preparation\"\n", "\n", " mkdir -p ${decode_dir}/data\n", " echo \"$base X\" > ${decode_dir}/data/wav.scp\n", " echo \"X $base\" > ${decode_dir}/data/spk2utt\n", " echo \"$base X\" > ${decode_dir}/data/utt2spk\n", " echo -n \"$base \" > ${decode_dir}/data/text\n", " cat $txt >> ${decode_dir}/data/text\n", "\n", " mkdir -p ${decode_dir}/dump\n", " data2json.sh ${decode_dir}/data ${dict} > ${decode_dir}/dump/data.json\n", "fi\n", "\n", "if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ] && ${use_input_wav}; then\n", " echo \"stage 1: x-vector extraction\"\n", "\n", " utils/copy_data_dir.sh ${decode_dir}/data ${decode_dir}/data2\n", " echo \"$base ${input_wav}\" > ${decode_dir}/data2/wav.scp\n", " utils/data/resample_data_dir.sh 16000 ${decode_dir}/data2\n", " steps/make_mfcc.sh \\\n", " --write-utt2num-frames true \\\n", " --mfcc-config conf/mfcc.conf \\\n", " --nj 1 --cmd \"$train_cmd\" \\\n", " ${decode_dir}/data2 ${decode_dir}/log ${decode_dir}/mfcc\n", " utils/fix_data_dir.sh ${decode_dir}/data2\n", " sid/compute_vad_decision.sh --nj 1 --cmd \"$train_cmd\" \\\n", " ${decode_dir}/data2 ${decode_dir}/log ${decode_dir}/mfcc\n", " utils/fix_data_dir.sh ${decode_dir}/data2\n", "\n", " nnet_dir=${download_dir}/xvector_nnet_1a\n", " if [ ! -e ${nnet_dir} ]; then\n", " echo \"X-vector model does not exist. Download pre-trained model.\"\n", " wget http://kaldi-asr.org/models/8/0008_sitw_v2_1a.tar.gz\n", " tar xvf 0008_sitw_v2_1a.tar.gz\n", " mv 0008_sitw_v2_1a/exp/xvector_nnet_1a ${download_dir}\n", " rm -rf 0008_sitw_v2_1a.tar.gz 0008_sitw_v2_1a\n", " fi\n", " sid/nnet3/xvector/extract_xvectors.sh --cmd \"$train_cmd --mem 4G\" --nj 1 \\\n", " ${nnet_dir} ${decode_dir}/data2 \\\n", " ${decode_dir}/xvectors\n", "\n", " local/update_json.sh ${decode_dir}/dump/data.json ${decode_dir}/xvectors/xvector.scp\n", "fi\n", "\n", "if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then\n", " echo \"stage 2: Decoding\"\n", "\n", " ${decode_cmd} ${decode_dir}/log/decode.log \\\n", " tts_decode.py \\\n", " --config ${decode_config} \\\n", " --ngpu ${ngpu} \\\n", " --backend ${backend} \\\n", " --debugmode ${debugmode} \\\n", " --verbose ${verbose} \\\n", " --out ${decode_dir}/outputs/feats \\\n", " --json ${decode_dir}/dump/data.json \\\n", " --model ${synth_model}\n", "fi\n", "\n", "if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then\n", " echo \"stage 3: Synthesis\"\n", "\n", " outdir=${decode_dir}/outputs; mkdir -p ${outdir}_denorm\n", " apply-cmvn --norm-vars=true --reverse=true ${cmvn} \\\n", " scp:${outdir}/feats.scp \\\n", " ark,scp:${outdir}_denorm/feats.ark,${outdir}_denorm/feats.scp\n", "\n", " convert_fbank.sh --nj 1 --cmd \"${decode_cmd}\" \\\n", " --fs ${fs} \\\n", " --fmax \"${fmax}\" \\\n", " --fmin \"${fmin}\" \\\n", " --n_fft ${n_fft} \\\n", " --n_shift ${n_shift} \\\n", " --win_length \"${win_length}\" \\\n", " --n_mels ${n_mels} \\\n", " --iters ${griffin_lim_iters} \\\n", " ${outdir}_denorm \\\n", " ${decode_dir}/log \\\n", " ${decode_dir}/wav\n", "\n", " echo \"\"\n", " echo \"Synthesized wav: ${decode_dir}/wav/${base}.wav\"\n", " echo \"\"\n", " echo \"Finished\"\n", "fi\n" ], "name": "stdout" } ] }, { "cell_type": "markdown", "metadata": { "id": "2fTYeC0HxTSm", "colab_type": "text" }, "source": [ "We have a web storage to put your good trained models. If you want, please contact Shinji Watanabe ." ] } ] }